4 writes to AncestorChangeInProgress
PresentationFramework (4)
System\Windows\Generated\FrameworkElement.cs (2)
439
AncestorChangeInProgress
= true;
533
AncestorChangeInProgress
= false;
System\Windows\TreeWalkHelper.cs (2)
89
fe.
AncestorChangeInProgress
= true;
91
fe.
AncestorChangeInProgress
= false;
3 references to AncestorChangeInProgress
PresentationFramework (3)
System\Windows\FrameworkElement.cs (1)
2203
if( !(
AncestorChangeInProgress
&& InVisibilityCollapsedTree) )
System\Windows\StyleHelper.cs (2)
3461
bool isAncestorChangedInProgress = (fe != null) ? fe.
AncestorChangeInProgress
: fce.AncestorChangeInProgress;
3509
bool isAncestorChangedInProgress = (fe != null) ? fe.
AncestorChangeInProgress
: fce.AncestorChangeInProgress;