1 write to _ancestorsInvalid
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
2126set { _ancestorsInvalid = value; }
2 references to _ancestorsInvalid
PresentationCore (2)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (2)
1400if (!_childrenValid || _ancestorsInvalid) 2125get { return _ancestorsInvalid; }