4 writes to AncestorChangeInProgress
PresentationFramework (4)
src\Framework\System\Windows\Generated\FrameworkElement.cs (2)
456AncestorChangeInProgress = true; 550AncestorChangeInProgress = false;
src\Framework\System\Windows\TreeWalkHelper.cs (2)
92fe.AncestorChangeInProgress = true; 94fe.AncestorChangeInProgress = false;
3 references to AncestorChangeInProgress
PresentationFramework (3)
src\Framework\System\Windows\FrameworkElement.cs (1)
2213if( !(AncestorChangeInProgress && InVisibilityCollapsedTree) )
src\Framework\System\Windows\StyleHelper.cs (2)
3466bool isAncestorChangedInProgress = (fe != null) ? fe.AncestorChangeInProgress : fce.AncestorChangeInProgress; 3514bool isAncestorChangedInProgress = (fe != null) ? fe.AncestorChangeInProgress : fce.AncestorChangeInProgress;