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