2 writes to _parent
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
515_parent = peer; 1492_children[i]._parent = this;
14 references to _parent
PresentationCore (14)
System\Windows\Automation\Peers\AutomationPeer.cs (14)
462if (_parent != null && _hwnd != IntPtr.Zero) return this; 466while(connectedPeer._parent != null) connectedPeer = connectedPeer._parent; 1424return _parent; 1633if (_parent == caller || _parent == null) 1635iterationParent = _parent; 1648_parent.EnsureChildren(); 1649iterationParent = (_parent._children == null || _parent._children.Count == caller._children.Count) 1650? _parent : caller; 1660return !_hasIterationParent ? _parent : ((PeerRecord)_eventsSourceOrPeerRecord).IterationParent; 1664if (value == _parent) 2126_parent?.InvalidateAncestorsRecursive();