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