4 writes to AncestorChangeInProgress
PresentationFramework (4)
System\Windows\Generated\FrameworkContentElement.cs (2)
444AncestorChangeInProgress = true; 515AncestorChangeInProgress = false;
System\Windows\TreeWalkHelper.cs (2)
101fce.AncestorChangeInProgress = true; 103fce.AncestorChangeInProgress = false;
2 references to AncestorChangeInProgress
PresentationFramework (2)
System\Windows\StyleHelper.cs (2)
3452bool isAncestorChangedInProgress = (fe != null) ? fe.AncestorChangeInProgress : fce.AncestorChangeInProgress; 3500bool isAncestorChangedInProgress = (fe != null) ? fe.AncestorChangeInProgress : fce.AncestorChangeInProgress;