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