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