3 writes to _hwnd
PresentationCore (3)
System\Windows\Automation\Peers\AutomationPeer.cs (3)
526
_hwnd
= peer._hwnd;
1506
_children[i].
_hwnd
= _hwnd;
2169
set {
_hwnd
= value; }
6 references to _hwnd
PresentationCore (6)
System\Windows\Automation\Peers\AutomationPeer.cs (6)
474
if (_parent != null &&
_hwnd
!= IntPtr.Zero) return this;
476
if((connectedPeer.
_hwnd
) != IntPtr.Zero)
520
if(peer.
_hwnd
== IntPtr.Zero)
526
_hwnd = peer.
_hwnd
;
1506
_children[i]._hwnd =
_hwnd
;
2168
get { return
_hwnd
; }