2 writes to _parent
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
516_parent = peer; 1493_children[i]._parent = this;
14 references to _parent
PresentationCore (14)
System\Windows\Automation\Peers\AutomationPeer.cs (14)
463if (_parent != null && _hwnd != IntPtr.Zero) return this; 467while(connectedPeer._parent != null) connectedPeer = connectedPeer._parent; 1425return _parent; 1634if (_parent == caller || _parent == null) 1636iterationParent = _parent; 1649_parent.EnsureChildren(); 1650iterationParent = (_parent._children == null || _parent._children.Count == caller._children.Count) 1651? _parent : caller; 1661return !_hasIterationParent ? _parent : ((PeerRecord)_eventsSourceOrPeerRecord).IterationParent; 1665if (value == _parent) 2127_parent?.InvalidateAncestorsRecursive();