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