Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
2answers
4k views

Binding ElementName. Does it use Visual Tree or Logical Tree

Having {Binding ElementName=foo}, will it lookup visual or logical tree? http://blogs.msdn.com/mikehillberg/archive/2008/05/23/Of-logical-and-visual-trees-in-WPF.aspx When does the logical tree ...
0
votes
1answer
1k views

Concepts of Visul tree and Logical tree

I understand the concepts of Visual and logical tree but still I am not able to understand the real use and need of these. Although its not necessary to know everything about these trees but I believe ...
0
votes
1answer
341 views

WPF optimization: logical trees in xaml, how are they being built?

I've been profiling my application and finding that a lot of the delays are due to the WPF initializations. I've found an article on WPF optimization saying that building a logical tree top-down will ...
0
votes
1answer
1k views

WPF: Why is DataContextChanged not raised on a logical child?

I have a problem with DataContextChanged not being raised on a logical child of my custom Panel control. I've narrowed it down to this: Starting from a wizard-generated WPF application I add: ...