Implemented interface member:
property
Handle
System.Windows.Interop.IWin32Window.Handle
11 references to Handle
PresentationFramework (9)
System\Windows\Automation\Peers\HwndHostAutomationPeer.cs (1)
37IntPtr hwnd = host.Handle;
System\Windows\Interop\HwndHost.cs (8)
301if (Handle != IntPtr.Zero && (hwndFocus.Handle == _hwnd.Handle || UnsafeNativeMethods.IsChild(_hwnd, hwndFocus))) 338if (( Handle != IntPtr.Zero) && IsVisible) 416DpiScale2 dpi = DpiUtil.GetWindowDpi(Handle, fallbackToNearestMonitorHeuristic: false); 634result = AutomationInteropProvider.ReturnRawElementProvider(Handle, wparam, lparam, el); 694if(Handle != IntPtr.Zero) 726if(Handle != IntPtr.Zero) 968else if (Handle != IntPtr.Zero) 1077if( Handle == IntPtr.Zero)
WindowsFormsIntegration (2)
System\Windows\Automation\Peers\WindowsFormsHostAutomationPeer.cs (1)
37IntPtr hwnd = wfh.Handle;
System\Windows\Integration\WindowsFormsHost.cs (1)
152result = AutomationInteropProvider.ReturnRawElementProvider(Handle, wparam, lparam, el);