2 interfaces inheriting from Interface
System.Windows.Forms.Primitives (2)
_generated\132\Windows.Win32.IFileOpenDialog.g.cs (1)
967
:winmdroot.UI.Shell.IFileDialog.
Interface
{
_generated\134\Windows.Win32.IFileSaveDialog.g.cs (1)
1102
:winmdroot.UI.Shell.IFileDialog.
Interface
{
46 references to Interface
System.Windows.Forms.Primitives (46)
_generated\129\Windows.Win32.IFileDialog.g.cs (24)
64
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
98
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
140
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
184
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
228
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
268
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
304
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
348
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
384
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
420
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
457
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
491
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
535
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
581
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
628
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
674
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
720
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
756
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
794
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
842
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
876
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
923
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
961
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
991
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
_generated\601\Windows.Win32.UI_Shell_IFileDialog_Extensions.g.cs (22)
23
/// <inheritdoc cref="winmdroot.UI.Shell.IFileDialog.
Interface
.SetFileTypes(uint, winmdroot.UI.Shell.Common.COMDLG_FILTERSPEC*)"/>
25
internal static unsafe winmdroot.Foundation.HRESULT SetFileTypes(this winmdroot.UI.Shell.IFileDialog.
Interface
@this, ReadOnlySpan<winmdroot.UI.Shell.Common.COMDLG_FILTERSPEC> rgFilterSpec)
34
/// <inheritdoc cref="winmdroot.UI.Shell.IFileDialog.
Interface
.GetFileTypeIndex(uint*)"/>
35
internal static unsafe winmdroot.Foundation.HRESULT GetFileTypeIndex(this winmdroot.UI.Shell.IFileDialog.
Interface
@this, out uint piFileType)
44
/// <inheritdoc cref="winmdroot.UI.Shell.IFileDialog.
Interface
.Advise(winmdroot.UI.Shell.IFileDialogEvents*, uint*)"/>
45
internal static unsafe winmdroot.Foundation.HRESULT Advise(this winmdroot.UI.Shell.IFileDialog.
Interface
@this, winmdroot.UI.Shell.IFileDialogEvents* pfde, out uint pdwCookie)
54
/// <inheritdoc cref="winmdroot.UI.Shell.IFileDialog.
Interface
.GetOptions(winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS*)"/>
55
internal static unsafe winmdroot.Foundation.HRESULT GetOptions(this winmdroot.UI.Shell.IFileDialog.
Interface
@this, out winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS pfos)
64
/// <inheritdoc cref="winmdroot.UI.Shell.IFileDialog.
Interface
.SetFileName(winmdroot.Foundation.PCWSTR)"/>
65
internal static unsafe winmdroot.Foundation.HRESULT SetFileName(this winmdroot.UI.Shell.IFileDialog.
Interface
@this, string pszName)
74
/// <inheritdoc cref="winmdroot.UI.Shell.IFileDialog.
Interface
.GetFileName(winmdroot.Foundation.PWSTR*)"/>
75
internal static unsafe winmdroot.Foundation.HRESULT GetFileName(this winmdroot.UI.Shell.IFileDialog.
Interface
@this, out winmdroot.Foundation.PWSTR pszName)
84
/// <inheritdoc cref="winmdroot.UI.Shell.IFileDialog.
Interface
.SetTitle(winmdroot.Foundation.PCWSTR)"/>
85
internal static unsafe winmdroot.Foundation.HRESULT SetTitle(this winmdroot.UI.Shell.IFileDialog.
Interface
@this, string pszTitle)
94
/// <inheritdoc cref="winmdroot.UI.Shell.IFileDialog.
Interface
.SetOkButtonLabel(winmdroot.Foundation.PCWSTR)"/>
95
internal static unsafe winmdroot.Foundation.HRESULT SetOkButtonLabel(this winmdroot.UI.Shell.IFileDialog.
Interface
@this, string pszText)
104
/// <inheritdoc cref="winmdroot.UI.Shell.IFileDialog.
Interface
.SetFileNameLabel(winmdroot.Foundation.PCWSTR)"/>
105
internal static unsafe winmdroot.Foundation.HRESULT SetFileNameLabel(this winmdroot.UI.Shell.IFileDialog.
Interface
@this, string pszLabel)
114
/// <inheritdoc cref="winmdroot.UI.Shell.IFileDialog.
Interface
.SetDefaultExtension(winmdroot.Foundation.PCWSTR)"/>
115
internal static unsafe winmdroot.Foundation.HRESULT SetDefaultExtension(this winmdroot.UI.Shell.IFileDialog.
Interface
@this, string pszDefaultExtension)
124
/// <inheritdoc cref="winmdroot.UI.Shell.IFileDialog.
Interface
.SetClientGuid(global::System.Guid*)"/>
125
internal static unsafe winmdroot.Foundation.HRESULT SetClientGuid(this winmdroot.UI.Shell.IFileDialog.
Interface
@this, in global::System.Guid guid)