Implemented interface member:
property
Handle
System.Windows.Interop.IWin32Window.Handle
6 references to Handle
PresentationFramework (4)
System\Windows\Interop\HwndHost.cs (4)
311if (Handle != IntPtr.Zero && (hwndFocus.Handle == _hwnd.Handle || UnsafeNativeMethods.IsChild(_hwnd, hwndFocus))) 426DpiScale2 dpi = DpiUtil.GetWindowDpi(Handle, fallbackToNearestMonitorHeuristic: false); 737if(Handle != IntPtr.Zero) 979else if (Handle != IntPtr.Zero)
WindowsFormsIntegration (2)
System\Windows\Automation\Peers\WindowsFormsHostAutomationPeer.cs (1)
40IntPtr hwnd = wfh.Handle;
System\Windows\Integration\WindowsFormsHost.cs (1)
155result = AutomationInteropProvider.ReturnRawElementProvider(Handle, wparam, lparam, el);