2 writes to _parent
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
514_parent = peer; 1491_children[i]._parent = this;
15 references to _parent
PresentationCore (15)
System\Windows\Automation\Peers\AutomationPeer.cs (15)
461if (_parent != null && _hwnd != IntPtr.Zero) return this; 465while(connectedPeer._parent != null) connectedPeer = connectedPeer._parent; 1423return _parent; 1632if (_parent == caller || _parent == null) 1634iterationParent = _parent; 1647_parent.EnsureChildren(); 1648iterationParent = (_parent._children == null || _parent._children.Count == caller._children.Count) 1649? _parent : caller; 1659return !_hasIterationParent ? _parent : ((PeerRecord)_eventsSourceOrPeerRecord).IterationParent; 1663if (value == _parent) 2128if (_parent != null) 2129_parent.InvalidateAncestorsRecursive();