Implemented interface member:
property
Handle
System.Windows.Interop.IWin32Window.Handle
13 references to Handle
PresentationCore (4)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
663
UnsafeNativeMethods.SetForegroundWindow(new HandleRef(this, hwndSource.
Handle
));
System\Windows\InterOp\HwndMouseInputProvider.cs (1)
1398
SafeNativeMethods.GetClientRect(new HandleRef(this, _source.
Handle
), ref rcClient);
System\Windows\InterOp\HwndSource.cs (1)
974
return new HandleRef(this,
Handle
);
System\Windows\InterOp\HwndStylusInputProvider.cs (1)
46
sourceHandle = source.
Handle
;
PresentationFramework (1)
System\Windows\Appearance\WindowBackdropManager.cs (1)
115
if (windowSource?.
Handle
!= IntPtr.Zero && windowSource.CompositionTarget != null)
WindowsFormsIntegration (8)
System\Windows\Integration\ElementHost.cs (8)
229
return (focusHandle == this.Handle || (this.HwndSource != null && focusHandle == this.HwndSource.
Handle
));
263
if (this.HwndSource != null && this.HwndSource.
Handle
!= IntPtr.Zero)
265
NativeMethodsSetLastError.EnableWindow(this.HwndSource.
Handle
, this.Enabled);
635
SafeNativeMethods.SetWindowPos(_hwndSource.
Handle
, NativeMethods.HWND_TOP, 0, 0, this.Width, this.Height, 0);
652
ImeMode hsImeMode = SWF.ImeContext.GetImeMode(this.HwndSource.
Handle
);
658
SWF.ImeContext.SetImeStatus(ehImeMode, this.HwndSource.
Handle
);
742
ImeMode hsImeMode = SWF.ImeContext.GetImeMode(this.HwndSource.
Handle
);
802
if (this.HwndSource == null || this.HwndSource.
Handle
!= m.WParam)