2 implementations of Handle
PresentationCore (1)
System\Windows\InterOp\HwndSource.cs (1)
918public IntPtr Handle
PresentationFramework (1)
System\Windows\Interop\HwndHost.cs (1)
65public IntPtr Handle
11 references to Handle
PresentationCore (1)
System\Windows\Input\InputMethod.cs (1)
1609hwnd = win32Window.Handle;
PresentationFramework (10)
System\windows\Documents\CaretElement.cs (1)
972hwnd = (source as IWin32Window).Handle;
System\Windows\Documents\ImmComposition.cs (3)
188hwnd = ((IWin32Window)_source).Handle; 717hwnd = ((IWin32Window)_source).Handle; 1729hwnd = ((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)
1605hwnd = win32Window.Handle;
System\Windows\Documents\TextStore.cs (3)
944SafeNativeMethods.ScreenToClient(new HandleRef(null, win32Window.Handle), ref point); 2628hwnd = win32Window.Handle; 3308hwnd = win32Window.Handle;