5 references to Hwnd
PresentationCore (5)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
589
host = HostedWindowWrapper.CreateInternal(
Hwnd
);
System\Windows\Automation\Peers\GenericRootAutomationPeer.cs (2)
37
IntPtr hwnd = this.
Hwnd
;
64
IntPtr hwnd = this.
Hwnd
;
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
86
root?.
Hwnd
= hwnd;
System\Windows\InterOp\HwndTarget.cs (1)
1416
peer?.
Hwnd
= handle;