4 writes to AncestorChangeInProgress
PresentationFramework (4)
System\Windows\Generated\FrameworkContentElement.cs (2)
443
AncestorChangeInProgress
= true;
514
AncestorChangeInProgress
= false;
System\Windows\TreeWalkHelper.cs (2)
102
fce.
AncestorChangeInProgress
= true;
104
fce.
AncestorChangeInProgress
= false;
2 references to AncestorChangeInProgress
PresentationFramework (2)
System\Windows\StyleHelper.cs (2)
3453
bool isAncestorChangedInProgress = (fe != null) ? fe.AncestorChangeInProgress : fce.
AncestorChangeInProgress
;
3501
bool isAncestorChangedInProgress = (fe != null) ? fe.AncestorChangeInProgress : fce.
AncestorChangeInProgress
;