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