Top "Findname" questions

WPF - FindName Returns null when it should not

FindName is broken for me :( The object I am looking for is there. I have proof. Here is the scenario: …

c# wpf findname
WPF Template.FindName return always null

Template <Style TargetType="{x:Type local:Viewport}"> <Setter Property="Template"> <Setter.Value> <ControlTemplate …

c# wpf xaml findname
How to change the Border Background Color in a ItemContainerStyle programmatically?

I have a TreeView and it's own Style and it's own ItemContainerStyle. In the ItemContainerStyle I have a Border with …

wpf templates styles findname
How to Find Children of a UserControl instead of a Window - replacing Window.FindName

I currently have a WPF project which has one main Window, and many UserControls which are children of this Window. …

c# wpf user-controls mainwindow findname