3 writes to _hwnd
PresentationCore (3)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (3)
536_hwnd = peer._hwnd; 1410_children[i]._hwnd = _hwnd; 2085set { _hwnd = value; }
6 references to _hwnd
PresentationCore (6)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (6)
479if(_parent != null && _hwnd != IntPtr.Zero) return this; 481if((connectedPeer._hwnd) != IntPtr.Zero) 530if(peer._hwnd == IntPtr.Zero) 536_hwnd = peer._hwnd; 1410_children[i]._hwnd = _hwnd; 2083get { return _hwnd; }