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)
305
if (
Handle
!= IntPtr.Zero && (hwndFocus.Handle == _hwnd.Handle || UnsafeNativeMethods.IsChild(_hwnd, hwndFocus)))
342
if ((
Handle
!= IntPtr.Zero) && IsVisible)
420
DpiScale2 dpi = DpiUtil.GetWindowDpi(
Handle
, fallbackToNearestMonitorHeuristic: false);
639
result = AutomationInteropProvider.ReturnRawElementProvider(
Handle
, wparam, lparam, el);
699
if(
Handle
!= IntPtr.Zero)
731
if(
Handle
!= IntPtr.Zero)
973
else if (
Handle
!= IntPtr.Zero)
1082
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);