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