17 references to Handle
PresentationFramework (16)
Microsoft\Win32\CommonDialog.cs (1)
155IntPtr hwndOwner = (new WindowInteropHelper(owner)).Handle;
MS\Internal\Printing\Win32PrintDialog.cs (1)
65owner = helper.Handle;
System\Windows\Appearance\WindowBackdropManager.cs (1)
40var handle = new WindowInteropHelper(window).Handle;
System\windows\Documents\TextEditorDragDrop.cs (1)
637if (SafeNativeMethods.IsWindowEnabled(new HandleRef(null, helper.Handle)))
System\Windows\Interop\WindowInteropHelper.cs (2)
97if (Handle == IntPtr.Zero) 102return Handle;
System\Windows\MessageBox.cs (6)
247return ShowCore((new WindowInteropHelper(owner)).Handle, messageBoxText, caption, button, icon, defaultResult, options); 263return ShowCore((new WindowInteropHelper (owner)).Handle, messageBoxText, caption, button, icon, defaultResult, 0); 278return ShowCore((new WindowInteropHelper (owner)).Handle, messageBoxText, caption, button, icon, 0, 0); 292return ShowCore((new WindowInteropHelper (owner)).Handle, messageBoxText, caption, button, MessageBoxImage.None, 0, 0); 302return ShowCore((new WindowInteropHelper (owner)).Handle, messageBoxText, caption, MessageBoxButton.OK, MessageBoxImage.None, 0, 0); 312return ShowCore((new WindowInteropHelper (owner)).Handle, messageBoxText, String.Empty, MessageBoxButton.OK, MessageBoxImage.None, 0, 0);
System\Windows\Shell\WindowChromeWorker.cs (2)
137_hwnd = new WindowInteropHelper(_window).Handle; 168_hwnd = new WindowInteropHelper(_window).Handle;
System\Windows\SystemCommands.cs (2)
31IntPtr hwnd = new WindowInteropHelper(window).Handle; 80IntPtr hwnd = new WindowInteropHelper(window).Handle;
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
193IntPtr handle = helper.Handle;