18 references to IModalWindow
System.Windows.Forms.Primitives (18)
Windows.Win32.IFileDialog.g.cs (1)
1130
:winmdroot.UI.Shell.
IModalWindow
.Interface {
Windows.Win32.IFileOpenDialog.g.cs (1)
953
:winmdroot.UI.Shell.
IModalWindow
.Interface,winmdroot.UI.Shell.IFileDialog.Interface {
Windows.Win32.IFileSaveDialog.g.cs (1)
1088
:winmdroot.UI.Shell.
IModalWindow
.Interface,winmdroot.UI.Shell.IFileDialog.Interface {
Windows.Win32.IModalWindow.g.cs (15)
26
:IVTable<
IModalWindow
,
IModalWindow
.Vtbl>,IComIID {
42
return ((delegate *unmanaged [Stdcall]<
IModalWindow
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IModalWindow
*)Unsafe.AsPointer(ref this), riid, ppvObject);
47
return ((delegate *unmanaged [Stdcall]<
IModalWindow
*,uint>)lpVtbl[1])((
IModalWindow
*)Unsafe.AsPointer(ref this));
52
return ((delegate *unmanaged [Stdcall]<
IModalWindow
*,uint>)lpVtbl[2])((
IModalWindow
*)Unsafe.AsPointer(ref this));
58
private static winmdroot.Foundation.HRESULT Show(
IModalWindow
* pThis, winmdroot.Foundation.HWND hwndOwner)
89
((delegate *unmanaged [Stdcall]<
IModalWindow
*,winmdroot.Foundation.HWND ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IModalWindow
*)Unsafe.AsPointer(ref this), hwndOwner).ThrowOnFailure();
113
internal delegate *unmanaged [Stdcall]<
IModalWindow
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
115
internal delegate *unmanaged [Stdcall]<
IModalWindow
*,uint> AddRef_2;
117
internal delegate *unmanaged [Stdcall]<
IModalWindow
*,uint> Release_3;
119
internal delegate *unmanaged [Stdcall]<
IModalWindow
*,winmdroot.Foundation.HWND ,winmdroot.Foundation.HRESULT> Show_4;