4 writes to InVisibilityCollapsedTree
PresentationFramework (4)
System\Windows\Generated\FrameworkElement.cs (4)
439InVisibilityCollapsedTree = false; // False == we don't know whether we're in a visibility collapsed tree. 452InVisibilityCollapsedTree = true; 459InVisibilityCollapsedTree = true; 532InVisibilityCollapsedTree = 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) )