4 writes to AncestorChangeInProgress
PresentationFramework (4)
System\Windows\Generated\FrameworkElement.cs (2)
445AncestorChangeInProgress = true; 539AncestorChangeInProgress = false;
System\Windows\TreeWalkHelper.cs (2)
93fe.AncestorChangeInProgress = true; 95fe.AncestorChangeInProgress = false;
3 references to AncestorChangeInProgress
PresentationFramework (3)
System\Windows\FrameworkElement.cs (1)
2207if( !(AncestorChangeInProgress && InVisibilityCollapsedTree) )
System\Windows\StyleHelper.cs (2)
3467bool isAncestorChangedInProgress = (fe != null) ? fe.AncestorChangeInProgress : fce.AncestorChangeInProgress; 3515bool isAncestorChangedInProgress = (fe != null) ? fe.AncestorChangeInProgress : fce.AncestorChangeInProgress;