16 instantiations of WindowInteropHelper
PresentationFramework (15)
Microsoft\Win32\CommonDialog.cs (1)
155
IntPtr hwndOwner = (new
WindowInteropHelper
(owner)).Handle;
MS\Internal\Printing\Win32PrintDialog.cs (1)
64
new System.Windows.Interop.
WindowInteropHelper
(System.Windows.Application.Current.MainWindow);
System\Windows\Appearance\WindowBackdropManager.cs (1)
40
var handle = new
WindowInteropHelper
(window).Handle;
System\Windows\Application.cs (1)
1788
new
WindowInteropHelper
(appWin).EnsureHandle();
System\windows\Documents\TextEditorDragDrop.cs (1)
636
WindowInteropHelper helper = new
WindowInteropHelper
(window);
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)
190
new
WindowInteropHelper
(
3 references to WindowInteropHelper
PresentationFramework (2)
MS\Internal\Printing\Win32PrintDialog.cs (1)
63
System.Windows.Interop.
WindowInteropHelper
helper =
System\windows\Documents\TextEditorDragDrop.cs (1)
636
WindowInteropHelper
helper = new WindowInteropHelper(window);
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
189
WindowInteropHelper
helper =