2 writes to _parent
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
527_parent = peer; 1504_children[i]._parent = this;
15 references to _parent
PresentationCore (15)
System\Windows\Automation\Peers\AutomationPeer.cs (15)
474if (_parent != null && _hwnd != IntPtr.Zero) return this; 478while(connectedPeer._parent != null) connectedPeer = connectedPeer._parent; 1436return _parent; 1645if (_parent == caller || _parent == null) 1647iterationParent = _parent; 1660_parent.EnsureChildren(); 1661iterationParent = (_parent._children == null || _parent._children.Count == caller._children.Count) 1662? _parent : caller; 1672return !_hasIterationParent ? _parent : ((PeerRecord)_eventsSourceOrPeerRecord).IterationParent; 1676if (value == _parent) 2141if (_parent != null) 2142_parent.InvalidateAncestorsRecursive();