4 writes to AncestorChangeInProgress
PresentationFramework (4)
System\Windows\Generated\FrameworkElement.cs (2)
436AncestorChangeInProgress = true; 530AncestorChangeInProgress = false;
System\Windows\TreeWalkHelper.cs (2)
88fe.AncestorChangeInProgress = true; 90fe.AncestorChangeInProgress = false;
3 references to AncestorChangeInProgress
PresentationFramework (3)
System\Windows\FrameworkElement.cs (1)
2194if( !(AncestorChangeInProgress && InVisibilityCollapsedTree) )
System\Windows\StyleHelper.cs (2)
3452bool isAncestorChangedInProgress = (fe != null) ? fe.AncestorChangeInProgress : fce.AncestorChangeInProgress; 3500bool isAncestorChangedInProgress = (fe != null) ? fe.AncestorChangeInProgress : fce.AncestorChangeInProgress;