4 writes to _childrenValid
PresentationCore (4)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (4)
1413_childrenValid = true; 1420_childrenValid = false; 1811_childrenValid = false; 2133set { _childrenValid = value; }
3 references to _childrenValid
PresentationCore (3)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (3)
1400if (!_childrenValid || _ancestorsInvalid) 2015if (this._childrenValid? (this.AncestorsInvalid || (ControlType.Custom == this.GetControlType())) : (notifyStructureChanged || notifyPropertyChanged)) 2132get { return _childrenValid; }