3 writes to _hwnd
PresentationCore (3)
System\Windows\Automation\Peers\AutomationPeer.cs (3)
513_hwnd = peer._hwnd; 1493_children[i]._hwnd = _hwnd; 2156set { _hwnd = value; }
6 references to _hwnd
PresentationCore (6)
System\Windows\Automation\Peers\AutomationPeer.cs (6)
461if (_parent != null && _hwnd != IntPtr.Zero) return this; 463if((connectedPeer._hwnd) != IntPtr.Zero) 507if(peer._hwnd == IntPtr.Zero) 513_hwnd = peer._hwnd; 1493_children[i]._hwnd = _hwnd; 2155get { return _hwnd; }