17 references to Handle
PresentationFramework (16)
Microsoft\Win32\CommonDialog.cs (1)
134IntPtr hwndOwner = (new WindowInteropHelper(owner)).Handle;
MS\Internal\Printing\Win32PrintDialog.cs (1)
64owner = helper.Handle;
System\Windows\Appearance\WindowBackdropManager.cs (1)
43var handle = new WindowInteropHelper(window).Handle;
System\windows\Documents\TextEditorDragDrop.cs (1)
636if (SafeNativeMethods.IsWindowEnabled(new HandleRef(null, helper.Handle)))
System\Windows\Interop\WindowInteropHelper.cs (2)
96if (Handle == IntPtr.Zero) 101return Handle;
System\Windows\MessageBox.cs (6)
258return ShowCore((new WindowInteropHelper(owner)).Handle, messageBoxText, caption, button, icon, defaultResult, options); 274return ShowCore((new WindowInteropHelper (owner)).Handle, messageBoxText, caption, button, icon, defaultResult, 0); 289return ShowCore((new WindowInteropHelper (owner)).Handle, messageBoxText, caption, button, icon, 0, 0); 303return ShowCore((new WindowInteropHelper (owner)).Handle, messageBoxText, caption, button, MessageBoxImage.None, 0, 0); 313return ShowCore((new WindowInteropHelper (owner)).Handle, messageBoxText, caption, MessageBoxButton.OK, MessageBoxImage.None, 0, 0); 323return ShowCore((new WindowInteropHelper (owner)).Handle, messageBoxText, String.Empty, MessageBoxButton.OK, MessageBoxImage.None, 0, 0);
System\Windows\Shell\WindowChromeWorker.cs (2)
136_hwnd = new WindowInteropHelper(_window).Handle; 167_hwnd = new WindowInteropHelper(_window).Handle;
System\Windows\SystemCommands.cs (2)
30IntPtr hwnd = new WindowInteropHelper(window).Handle; 79IntPtr hwnd = new WindowInteropHelper(window).Handle;
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
188IntPtr handle = helper.Handle;