2 implementations of Handle
PresentationCore (1)
System\Windows\InterOp\HwndSource.cs (1)
912public IntPtr Handle
PresentationFramework (1)
System\Windows\Interop\HwndHost.cs (1)
68public IntPtr Handle
11 references to Handle
PresentationCore (1)
System\Windows\Input\InputMethod.cs (1)
1608hwnd = win32Window.Handle;
PresentationFramework (10)
System\windows\Documents\CaretElement.cs (1)
975hwnd = (source as IWin32Window).Handle;
System\Windows\Documents\ImmComposition.cs (3)
196hwnd = ((IWin32Window)_source).Handle; 732hwnd = ((IWin32Window)_source).Handle; 1742hwnd = ((IWin32Window)_source).Handle;
System\windows\Documents\TextEditorContextMenu.cs (1)
303hwnd = window.Handle;
System\windows\Documents\TextEditorDragDrop.cs (1)
657hwnd = (source as IWin32Window).Handle;
System\windows\Documents\TextEditorTyping.cs (1)
1617hwnd = win32Window.Handle;
System\Windows\Documents\TextStore.cs (3)
944SafeNativeMethods.ScreenToClient(new HandleRef(null, win32Window.Handle), ref point); 2634hwnd = win32Window.Handle; 3312hwnd = win32Window.Handle;