3 writes to AncestorsInvalid
PresentationCore (3)
System\Windows\Automation\Peers\AutomationPeer.cs (3)
2109
AncestorsInvalid
= false;
2117
AncestorsInvalid
= false;
2135
AncestorsInvalid
= true;
2 references to AncestorsInvalid
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
2105
if (this._childrenValid? (this.
AncestorsInvalid
|| (ControlType.Custom == this.GetControlType())) : (notifyStructureChanged || notifyPropertyChanged))
2133
if (!
AncestorsInvalid
)