4 writes to InVisibilityCollapsedTree
PresentationFramework (4)
System\Windows\Generated\FrameworkElement.cs (4)
438InVisibilityCollapsedTree = false; // False == we don't know whether we're in a visibility collapsed tree. 451InVisibilityCollapsedTree = true; 458InVisibilityCollapsedTree = true; 531InVisibilityCollapsedTree = false; // 'false' just means 'we don't know' - see comment at definition of the flag.
1 reference to InVisibilityCollapsedTree
PresentationFramework (1)
System\Windows\FrameworkElement.cs (1)
2195if( !(AncestorChangeInProgress && InVisibilityCollapsedTree) )