4 writes to AncestorChangeInProgress
PresentationFramework (4)
src\Framework\System\Windows\Generated\FrameworkElement.cs (2)
456
AncestorChangeInProgress
= true;
550
AncestorChangeInProgress
= false;
src\Framework\System\Windows\TreeWalkHelper.cs (2)
92
fe.
AncestorChangeInProgress
= true;
94
fe.
AncestorChangeInProgress
= false;
3 references to AncestorChangeInProgress
PresentationFramework (3)
src\Framework\System\Windows\FrameworkElement.cs (1)
2213
if( !(
AncestorChangeInProgress
&& InVisibilityCollapsedTree) )
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;