Implemented interface member:
property
Handle
System.Windows.Interop.IWin32Window.Handle
11 references to Handle
PresentationFramework (9)
System\Windows\Automation\Peers\HwndHostAutomationPeer.cs (1)
38IntPtr hwnd = host.Handle;
System\Windows\Interop\HwndHost.cs (8)
305if (Handle != IntPtr.Zero && (hwndFocus.Handle == _hwnd.Handle || UnsafeNativeMethods.IsChild(_hwnd, hwndFocus))) 342if (( Handle != IntPtr.Zero) && IsVisible) 420DpiScale2 dpi = DpiUtil.GetWindowDpi(Handle, fallbackToNearestMonitorHeuristic: false); 639result = AutomationInteropProvider.ReturnRawElementProvider(Handle, wparam, lparam, el); 699if(Handle != IntPtr.Zero) 731if(Handle != IntPtr.Zero) 973else if (Handle != IntPtr.Zero) 1082if( Handle == IntPtr.Zero)
WindowsFormsIntegration (2)
System\Windows\Automation\Peers\WindowsFormsHostAutomationPeer.cs (1)
38IntPtr hwnd = wfh.Handle;
System\Windows\Integration\WindowsFormsHost.cs (1)
153result = AutomationInteropProvider.ReturnRawElementProvider(Handle, wparam, lparam, el);