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