4 writes to _childrenValid
PresentationCore (4)
System\Windows\Automation\Peers\AutomationPeer.cs (4)
1498
_childrenValid
= true;
1505
_childrenValid
= false;
1893
_childrenValid
= false;
2210
set {
_childrenValid
= value; }
3 references to _childrenValid
PresentationCore (3)
System\Windows\Automation\Peers\AutomationPeer.cs (3)
1485
if (!
_childrenValid
|| _ancestorsInvalid)
2094
if (this.
_childrenValid
? (this.AncestorsInvalid || (ControlType.Custom == this.GetControlType())) : (notifyStructureChanged || notifyPropertyChanged))
2209
get { return
_childrenValid
; }