4 writes to _childrenValid
PresentationCore (4)
System\Windows\Automation\Peers\AutomationPeer.cs (4)
1496_childrenValid = true; 1503_childrenValid = false; 1891_childrenValid = false; 2208set { _childrenValid = value; }
3 references to _childrenValid
PresentationCore (3)
System\Windows\Automation\Peers\AutomationPeer.cs (3)
1483if (!_childrenValid || _ancestorsInvalid) 2092if (this._childrenValid? (this.AncestorsInvalid || (ControlType.Custom == this.GetControlType())) : (notifyStructureChanged || notifyPropertyChanged)) 2207get { return _childrenValid; }