4 writes to AncestorChangeInProgress
PresentationFramework (4)
src\Framework\System\Windows\Generated\FrameworkContentElement.cs (2)
464AncestorChangeInProgress = true; 535AncestorChangeInProgress = false;
src\Framework\System\Windows\TreeWalkHelper.cs (2)
105fce.AncestorChangeInProgress = true; 107fce.AncestorChangeInProgress = false;
2 references to AncestorChangeInProgress
PresentationFramework (2)
src\Framework\System\Windows\StyleHelper.cs (2)
3466bool isAncestorChangedInProgress = (fe != null) ? fe.AncestorChangeInProgress : fce.AncestorChangeInProgress; 3514bool isAncestorChangedInProgress = (fe != null) ? fe.AncestorChangeInProgress : fce.AncestorChangeInProgress;