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