2 implementations of Handle
PresentationCore (1)
System\Windows\InterOp\HwndSource.cs (1)
927public IntPtr Handle
PresentationFramework (1)
System\Windows\Interop\HwndHost.cs (1)
77public IntPtr Handle
11 references to Handle
PresentationCore (1)
System\Windows\Input\InputMethod.cs (1)
1622hwnd = win32Window.Handle;
PresentationFramework (10)
System\windows\Documents\CaretElement.cs (1)
978hwnd = (source as IWin32Window).Handle;
System\Windows\Documents\ImmComposition.cs (3)
204hwnd = ((IWin32Window)_source).Handle; 740hwnd = ((IWin32Window)_source).Handle; 1750hwnd = ((IWin32Window)_source).Handle;
System\windows\Documents\TextEditorContextMenu.cs (1)
305hwnd = window.Handle;
System\windows\Documents\TextEditorDragDrop.cs (1)
674hwnd = (source as IWin32Window).Handle;
System\windows\Documents\TextEditorTyping.cs (1)
1626hwnd = win32Window.Handle;
System\Windows\Documents\TextStore.cs (3)
955SafeNativeMethods.ScreenToClient(new HandleRef(null, win32Window.Handle), ref point); 2645hwnd = win32Window.Handle; 3323hwnd = win32Window.Handle;