1 instantiation of COMDLG_FILTERSPEC
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.Vista.cs (1)
225
COMDLG_FILTERSPEC extension =
new
()
38 references to COMDLG_FILTERSPEC
System.Windows.Forms (5)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.Vista.cs (5)
186
COMDLG_FILTERSPEC
[] filterItems = GetFilterItems(_filter);
189
fixed (
COMDLG_FILTERSPEC
* fi = filterItems)
198
private static unsafe
COMDLG_FILTERSPEC
[] GetFilterItems(string? filter)
216
var extensions = new
COMDLG_FILTERSPEC
[tokens.Length / 2];
225
COMDLG_FILTERSPEC
extension = new()
System.Windows.Forms.Primitives (33)
_generated\129\Windows.Win32.IFileDialog.g.cs (8)
82
/// <inheritdoc cref="SetFileTypes(uint, winmdroot.UI.Shell.Common.
COMDLG_FILTERSPEC
*)"/>
83
internal unsafe void SetFileTypes(ReadOnlySpan<winmdroot.UI.Shell.Common.
COMDLG_FILTERSPEC
> rgFilterSpec)
85
fixed (winmdroot.UI.Shell.Common.
COMDLG_FILTERSPEC
* rgFilterSpecLocal = rgFilterSpec)
94
private static winmdroot.Foundation.HRESULT SetFileTypes(IFileDialog* pThis, uint cFileTypes, winmdroot.UI.Shell.Common.
COMDLG_FILTERSPEC
* rgFilterSpec)
128
public unsafe void SetFileTypes(uint cFileTypes, winmdroot.UI.Shell.Common.
COMDLG_FILTERSPEC
* rgFilterSpec)
130
((delegate *unmanaged [Stdcall]<IFileDialog*,uint ,winmdroot.UI.Shell.Common.
COMDLG_FILTERSPEC
* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IFileDialog*)Unsafe.AsPointer(ref this), cFileTypes, rgFilterSpec).ThrowOnFailure();
1052
internal delegate *unmanaged [Stdcall]<IFileDialog*,uint ,winmdroot.UI.Shell.Common.
COMDLG_FILTERSPEC
* ,winmdroot.Foundation.HRESULT> SetFileTypes_5;
1149
unsafe winmdroot.Foundation.HRESULT SetFileTypes(uint cFileTypes, winmdroot.UI.Shell.Common.
COMDLG_FILTERSPEC
* rgFilterSpec);
_generated\132\Windows.Win32.IFileOpenDialog.g.cs (8)
82
/// <inheritdoc cref="SetFileTypes(uint, winmdroot.UI.Shell.Common.
COMDLG_FILTERSPEC
*)"/>
83
internal unsafe void SetFileTypes(ReadOnlySpan<winmdroot.UI.Shell.Common.
COMDLG_FILTERSPEC
> rgFilterSpec)
85
fixed (winmdroot.UI.Shell.Common.
COMDLG_FILTERSPEC
* rgFilterSpecLocal = rgFilterSpec)
94
private static winmdroot.Foundation.HRESULT SetFileTypes(IFileOpenDialog* pThis, uint cFileTypes, winmdroot.UI.Shell.Common.
COMDLG_FILTERSPEC
* rgFilterSpec)
111
public unsafe void SetFileTypes(uint cFileTypes, winmdroot.UI.Shell.Common.
COMDLG_FILTERSPEC
* rgFilterSpec)
113
((delegate *unmanaged [Stdcall]<IFileOpenDialog*,uint ,winmdroot.UI.Shell.Common.
COMDLG_FILTERSPEC
* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IFileOpenDialog*)Unsafe.AsPointer(ref this), cFileTypes, rgFilterSpec).ThrowOnFailure();
869
internal delegate *unmanaged [Stdcall]<IFileOpenDialog*,uint ,winmdroot.UI.Shell.Common.
COMDLG_FILTERSPEC
* ,winmdroot.Foundation.HRESULT> SetFileTypes_5;
972
unsafe new winmdroot.Foundation.HRESULT SetFileTypes(uint cFileTypes, winmdroot.UI.Shell.Common.
COMDLG_FILTERSPEC
* rgFilterSpec);
_generated\134\Windows.Win32.IFileSaveDialog.g.cs (8)
82
/// <inheritdoc cref="SetFileTypes(uint, winmdroot.UI.Shell.Common.
COMDLG_FILTERSPEC
*)"/>
83
internal unsafe void SetFileTypes(ReadOnlySpan<winmdroot.UI.Shell.Common.
COMDLG_FILTERSPEC
> rgFilterSpec)
85
fixed (winmdroot.UI.Shell.Common.
COMDLG_FILTERSPEC
* rgFilterSpecLocal = rgFilterSpec)
94
private static winmdroot.Foundation.HRESULT SetFileTypes(IFileSaveDialog* pThis, uint cFileTypes, winmdroot.UI.Shell.Common.
COMDLG_FILTERSPEC
* rgFilterSpec)
111
public unsafe void SetFileTypes(uint cFileTypes, winmdroot.UI.Shell.Common.
COMDLG_FILTERSPEC
* rgFilterSpec)
113
((delegate *unmanaged [Stdcall]<IFileSaveDialog*,uint ,winmdroot.UI.Shell.Common.
COMDLG_FILTERSPEC
* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IFileSaveDialog*)Unsafe.AsPointer(ref this), cFileTypes, rgFilterSpec).ThrowOnFailure();
995
internal delegate *unmanaged [Stdcall]<IFileSaveDialog*,uint ,winmdroot.UI.Shell.Common.
COMDLG_FILTERSPEC
* ,winmdroot.Foundation.HRESULT> SetFileTypes_5;
1107
unsafe new winmdroot.Foundation.HRESULT SetFileTypes(uint cFileTypes, winmdroot.UI.Shell.Common.
COMDLG_FILTERSPEC
* rgFilterSpec);
_generated\601\Windows.Win32.UI_Shell_IFileDialog_Extensions.g.cs (3)
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)
27
fixed (winmdroot.UI.Shell.Common.
COMDLG_FILTERSPEC
* rgFilterSpecLocal = rgFilterSpec)
_generated\602\Windows.Win32.UI_Shell_IFileOpenDialog_Extensions.g.cs (3)
23
/// <inheritdoc cref="winmdroot.UI.Shell.IFileOpenDialog.Interface.SetFileTypes(uint, winmdroot.UI.Shell.Common.
COMDLG_FILTERSPEC
*)"/>
25
internal static unsafe winmdroot.Foundation.HRESULT SetFileTypes(this winmdroot.UI.Shell.IFileOpenDialog.Interface @this, ReadOnlySpan<winmdroot.UI.Shell.Common.
COMDLG_FILTERSPEC
> rgFilterSpec)
27
fixed (winmdroot.UI.Shell.Common.
COMDLG_FILTERSPEC
* rgFilterSpecLocal = rgFilterSpec)
_generated\604\Windows.Win32.UI_Shell_IFileSaveDialog_Extensions.g.cs (3)
23
/// <inheritdoc cref="winmdroot.UI.Shell.IFileSaveDialog.Interface.SetFileTypes(uint, winmdroot.UI.Shell.Common.
COMDLG_FILTERSPEC
*)"/>
25
internal static unsafe winmdroot.Foundation.HRESULT SetFileTypes(this winmdroot.UI.Shell.IFileSaveDialog.Interface @this, ReadOnlySpan<winmdroot.UI.Shell.Common.
COMDLG_FILTERSPEC
> rgFilterSpec)
27
fixed (winmdroot.UI.Shell.Common.
COMDLG_FILTERSPEC
* rgFilterSpecLocal = rgFilterSpec)