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