4 writes to AncestorChangeInProgress
PresentationFramework (4)
System\Windows\Generated\FrameworkContentElement.cs (2)
452AncestorChangeInProgress = true; 523AncestorChangeInProgress = false;
System\Windows\TreeWalkHelper.cs (2)
106fce.AncestorChangeInProgress = true; 108fce.AncestorChangeInProgress = false;
2 references to AncestorChangeInProgress
PresentationFramework (2)
System\Windows\StyleHelper.cs (2)
3467bool isAncestorChangedInProgress = (fe != null) ? fe.AncestorChangeInProgress : fce.AncestorChangeInProgress; 3515bool isAncestorChangedInProgress = (fe != null) ? fe.AncestorChangeInProgress : fce.AncestorChangeInProgress;