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