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