3 writes to _hwnd
PresentationCore (3)
System\Windows\Automation\Peers\AutomationPeer.cs (3)
515_hwnd = peer._hwnd; 1495_children[i]._hwnd = _hwnd; 2158set { _hwnd = value; }
6 references to _hwnd
PresentationCore (6)
System\Windows\Automation\Peers\AutomationPeer.cs (6)
463if (_parent != null && _hwnd != IntPtr.Zero) return this; 465if((connectedPeer._hwnd) != IntPtr.Zero) 509if(peer._hwnd == IntPtr.Zero) 515_hwnd = peer._hwnd; 1495_children[i]._hwnd = _hwnd; 2157get { return _hwnd; }