2 implementations of Handle
PresentationCore (1)
System\Windows\InterOp\HwndSource.cs (1)
917public IntPtr Handle
PresentationFramework (1)
System\Windows\Interop\HwndHost.cs (1)
64public 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)
971hwnd = (source as IWin32Window).Handle;
System\Windows\Documents\ImmComposition.cs (3)
187hwnd = ((IWin32Window)_source).Handle; 716hwnd = ((IWin32Window)_source).Handle; 1728hwnd = ((IWin32Window)_source).Handle;
System\windows\Documents\TextEditorContextMenu.cs (1)
302hwnd = window.Handle;
System\windows\Documents\TextEditorDragDrop.cs (1)
656hwnd = (source as IWin32Window).Handle;
System\windows\Documents\TextEditorTyping.cs (1)
1604hwnd = win32Window.Handle;
System\Windows\Documents\TextStore.cs (3)
943SafeNativeMethods.ScreenToClient(new HandleRef(null, win32Window.Handle), ref point); 2627hwnd = win32Window.Handle; 3307hwnd = win32Window.Handle;