3 overrides of AncestorsInvalid
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
915
internal override bool
AncestorsInvalid
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
33
internal override bool
AncestorsInvalid
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
29
internal override bool
AncestorsInvalid
11 writes to AncestorsInvalid
PresentationCore (3)
System\Windows\Automation\Peers\AutomationPeer.cs (3)
2097
AncestorsInvalid
= false;
2105
AncestorsInvalid
= false;
2123
AncestorsInvalid
= true;
PresentationFramework (8)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
920
base.
AncestorsInvalid
= value;
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
38
base.
AncestorsInvalid
= value;
System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (3)
193
groupItemPeer.
AncestorsInvalid
= true;
248
wrapperPeer.
AncestorsInvalid
= true;
298
AncestorsInvalid
= true;
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
34
base.
AncestorsInvalid
= value;
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
115
groupItemPeer.
AncestorsInvalid
= true;
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
101
peer.
AncestorsInvalid
= false;
14 references to AncestorsInvalid
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
2093
if (this._childrenValid? (this.
AncestorsInvalid
|| (ControlType.Custom == this.GetControlType())) : (notifyStructureChanged || notifyPropertyChanged))
2121
if (!
AncestorsInvalid
)
PresentationFramework (12)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (2)
917
get { return base.
AncestorsInvalid
; }
924
wrapperPeer?.
AncestorsInvalid
= false;
System\Windows\Automation\Peers\DataGridColumnHeaderItemAutomationPeer.cs (1)
208
wrapperPeer?.
AncestorsInvalid
= false;
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (2)
35
get { return base.
AncestorsInvalid
; }
42
wrapperPeer?.
AncestorsInvalid
= false;
System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (3)
171
if (itemsControlAP.RecentlyRealizedPeers.Count > 0 && this.
AncestorsInvalid
)
185
if (this.
AncestorsInvalid
)
245
if (peer.ChildrenValid && peer.Children == null && this.
AncestorsInvalid
)
System\Windows\Automation\Peers\ItemAutomationPeer.cs (2)
31
get { return base.
AncestorsInvalid
; }
38
wrapperPeer?.
AncestorsInvalid
= false;
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (2)
93
if (_recentlyRealizedPeers != null && _recentlyRealizedPeers.Count > 0 && this.
AncestorsInvalid
)
107
if (this.
AncestorsInvalid
)