2 writes to Hwnd
PresentationCore (2)
Core\CSharp\System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
109
root.
Hwnd
= hwnd;
Core\CSharp\System\Windows\Interop\HwndTarget.cs (1)
1546
peer.
Hwnd
= handle;
3 references to Hwnd
PresentationCore (3)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
617
host = HostedWindowWrapper.CreateInternal(
Hwnd
);
Core\CSharp\System\Windows\Automation\Peers\GenericRootAutomationPeer.cs (2)
52
IntPtr hwnd = this.
Hwnd
;
88
IntPtr hwnd = this.
Hwnd
;