2 writes to _parent
PresentationCore (2)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (2)
537_parent = peer; 1408_children[i]._parent = this;
15 references to _parent
PresentationCore (15)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (15)
479if(_parent != null && _hwnd != IntPtr.Zero) return this; 483while(connectedPeer._parent != null) connectedPeer = connectedPeer._parent; 1335return _parent; 1551if (_parent == caller || _parent == null) 1553iterationParent = _parent; 1566_parent.EnsureChildren(); 1567iterationParent = (_parent._children == null || _parent._children.Count == caller._children.Count) 1568? _parent : caller; 1578return !_hasIterationParent ? _parent : ((PeerRecord)_eventsSourceOrPeerRecord).IterationParent; 1582if (value == _parent) 2051if (_parent != null) 2052_parent.InvalidateAncestorsRecursive();