4 writes to _childrenValid
PresentationCore (4)
System\Windows\Automation\Peers\AutomationPeer.cs (4)
1497_childrenValid = true; 1504_childrenValid = false; 1892_childrenValid = false; 2205set { _childrenValid = value; }
3 references to _childrenValid
PresentationCore (3)
System\Windows\Automation\Peers\AutomationPeer.cs (3)
1484if (!_childrenValid || _ancestorsInvalid) 2093if (this._childrenValid? (this.AncestorsInvalid || (ControlType.Custom == this.GetControlType())) : (notifyStructureChanged || notifyPropertyChanged)) 2204get { return _childrenValid; }