3 writes to AncestorsInvalid
PresentationCore (3)
System\Windows\Automation\Peers\AutomationPeer.cs (3)
2098
AncestorsInvalid
= false;
2106
AncestorsInvalid
= false;
2124
AncestorsInvalid
= true;
2 references to AncestorsInvalid
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
2094
if (this._childrenValid? (this.
AncestorsInvalid
|| (ControlType.Custom == this.GetControlType())) : (notifyStructureChanged || notifyPropertyChanged))
2122
if (!
AncestorsInvalid
)