Implemented interface member:
property
Handle
System.Windows.Interop.IWin32Window.Handle
11 references to Handle
PresentationFramework (9)
System\Windows\Automation\Peers\HwndHostAutomationPeer.cs (1)
38
IntPtr hwnd = host.
Handle
;
System\Windows\Interop\HwndHost.cs (8)
302
if (
Handle
!= IntPtr.Zero && (hwndFocus.Handle == _hwnd.Handle || UnsafeNativeMethods.IsChild(_hwnd, hwndFocus)))
339
if ((
Handle
!= IntPtr.Zero) && IsVisible)
417
DpiScale2 dpi = DpiUtil.GetWindowDpi(
Handle
, fallbackToNearestMonitorHeuristic: false);
635
result = AutomationInteropProvider.ReturnRawElementProvider(
Handle
, wparam, lparam, el);
695
if(
Handle
!= IntPtr.Zero)
727
if(
Handle
!= IntPtr.Zero)
969
else if (
Handle
!= IntPtr.Zero)
1078
if(
Handle
== IntPtr.Zero)
WindowsFormsIntegration (2)
System\Windows\Automation\Peers\WindowsFormsHostAutomationPeer.cs (1)
38
IntPtr hwnd = wfh.
Handle
;
System\Windows\Integration\WindowsFormsHost.cs (1)
153
result = AutomationInteropProvider.ReturnRawElementProvider(
Handle
, wparam, lparam, el);