4 writes to InVisibilityCollapsedTree
PresentationFramework (4)
System\Windows\Generated\FrameworkElement.cs (4)
447InVisibilityCollapsedTree = false; // False == we don't know whether we're in a visibility collapsed tree. 460InVisibilityCollapsedTree = true; 467InVisibilityCollapsedTree = true; 540InVisibilityCollapsedTree = 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)
2214if( !(AncestorChangeInProgress && InVisibilityCollapsedTree) )