1 write to Hwnd
PresentationFramework (1)
System\Windows\Controls\Primitives\Popup.cs (1)
3439popupRootAutomationPeer.Hwnd = Handle;
6 references to Hwnd
PresentationCore (5)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
589host = HostedWindowWrapper.CreateInternal(Hwnd);
System\Windows\Automation\Peers\GenericRootAutomationPeer.cs (2)
37IntPtr hwnd = this.Hwnd; 64IntPtr hwnd = this.Hwnd;
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
86root?.Hwnd = hwnd;
System\Windows\InterOp\HwndTarget.cs (1)
1416peer?.Hwnd = handle;
PresentationFramework (1)
System\Windows\Controls\Primitives\Popup.cs (1)
3438if (popupRootAutomationPeer.Hwnd == IntPtr.Zero)