61 references to FILEOPENDIALOGOPTIONS
System.Windows.Forms (13)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (2)
8
using static Windows.Win32.UI.Shell.
FILEOPENDIALOGOPTIONS
;
25
private protected
FILEOPENDIALOGOPTIONS
_dialogOptions;
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.Vista.cs (5)
7
using static Windows.Win32.UI.Shell.
FILEOPENDIALOGOPTIONS
;
79
private
FILEOPENDIALOGOPTIONS
GetOptions()
81
const
FILEOPENDIALOGOPTIONS
BlittableOptions =
109
FILEOPENDIALOGOPTIONS
result = (
FILEOPENDIALOGOPTIONS
)_fileNameFlags & BlittableOptions;
System\Windows\Forms\Dialogs\CommonDialogs\FolderBrowserDialog.cs (4)
9
using static Windows.Win32.UI.Shell.
FILEOPENDIALOGOPTIONS
;
36
private
FILEOPENDIALOGOPTIONS
_options;
385
private bool GetOption(
FILEOPENDIALOGOPTIONS
option) => _options.HasFlag(option);
390
private void SetOption(
FILEOPENDIALOGOPTIONS
option, bool value)
System\Windows\Forms\Dialogs\CommonDialogs\OpenFileDialog.cs (1)
8
using static Windows.Win32.UI.Shell.
FILEOPENDIALOGOPTIONS
;
System\Windows\Forms\Dialogs\CommonDialogs\SaveFileDialog.cs (1)
8
using static Windows.Win32.UI.Shell.
FILEOPENDIALOGOPTIONS
;
System.Windows.Forms.Primitives (48)
_generated\129\Windows.Win32.IFileDialog.g.cs (13)
300
private static winmdroot.Foundation.HRESULT SetOptions(IFileDialog* pThis, winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
fos)
326
public void SetOptions(winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
fos)
328
((delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IFileDialog*)Unsafe.AsPointer(ref this), fos).ThrowOnFailure();
331
/// <inheritdoc cref="GetOptions(winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
*)"/>
333
internal unsafe void GetOptions(out winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
pfos)
335
fixed (winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
* pfosLocal = &pfos)
344
private static winmdroot.Foundation.HRESULT GetOptions(IFileDialog* pThis, winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
* pfos)
372
public unsafe void GetOptions(winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
* pfos)
374
((delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IFileDialog*)Unsafe.AsPointer(ref this), pfos).ThrowOnFailure();
1062
internal delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
,winmdroot.Foundation.HRESULT> SetOptions_10;
1064
internal delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
* ,winmdroot.Foundation.HRESULT> GetOptions_11;
1164
winmdroot.Foundation.HRESULT SetOptions(winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
fos);
1167
unsafe winmdroot.Foundation.HRESULT GetOptions(winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
* pfos);
_generated\132\Windows.Win32.IFileOpenDialog.g.cs (13)
239
private static winmdroot.Foundation.HRESULT SetOptions(IFileOpenDialog* pThis, winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
fos)
256
public void SetOptions(winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
fos)
258
((delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IFileOpenDialog*)Unsafe.AsPointer(ref this), fos).ThrowOnFailure();
261
/// <inheritdoc cref="GetOptions(winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
*)"/>
263
internal unsafe void GetOptions(out winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
pfos)
265
fixed (winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
* pfosLocal = &pfos)
274
private static winmdroot.Foundation.HRESULT GetOptions(IFileOpenDialog* pThis, winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
* pfos)
291
public unsafe void GetOptions(winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
* pfos)
293
((delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IFileOpenDialog*)Unsafe.AsPointer(ref this), pfos).ThrowOnFailure();
879
internal delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
,winmdroot.Foundation.HRESULT> SetOptions_10;
881
internal delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
* ,winmdroot.Foundation.HRESULT> GetOptions_11;
987
new winmdroot.Foundation.HRESULT SetOptions(winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
fos);
990
unsafe new winmdroot.Foundation.HRESULT GetOptions(winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
* pfos);
_generated\134\Windows.Win32.IFileSaveDialog.g.cs (13)
239
private static winmdroot.Foundation.HRESULT SetOptions(IFileSaveDialog* pThis, winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
fos)
256
public void SetOptions(winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
fos)
258
((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IFileSaveDialog*)Unsafe.AsPointer(ref this), fos).ThrowOnFailure();
261
/// <inheritdoc cref="GetOptions(winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
*)"/>
263
internal unsafe void GetOptions(out winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
pfos)
265
fixed (winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
* pfosLocal = &pfos)
274
private static winmdroot.Foundation.HRESULT GetOptions(IFileSaveDialog* pThis, winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
* pfos)
291
public unsafe void GetOptions(winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
* pfos)
293
((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IFileSaveDialog*)Unsafe.AsPointer(ref this), pfos).ThrowOnFailure();
1005
internal delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
,winmdroot.Foundation.HRESULT> SetOptions_10;
1007
internal delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
* ,winmdroot.Foundation.HRESULT> GetOptions_11;
1122
new winmdroot.Foundation.HRESULT SetOptions(winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
fos);
1125
unsafe new winmdroot.Foundation.HRESULT GetOptions(winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
* pfos);
_generated\601\Windows.Win32.UI_Shell_IFileDialog_Extensions.g.cs (3)
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)
57
fixed (winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
* pfosLocal = &pfos)
_generated\602\Windows.Win32.UI_Shell_IFileOpenDialog_Extensions.g.cs (3)
54
/// <inheritdoc cref="winmdroot.UI.Shell.IFileOpenDialog.Interface.GetOptions(winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
*)"/>
55
internal static unsafe winmdroot.Foundation.HRESULT GetOptions(this winmdroot.UI.Shell.IFileOpenDialog.Interface @this, out winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
pfos)
57
fixed (winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
* pfosLocal = &pfos)
_generated\604\Windows.Win32.UI_Shell_IFileSaveDialog_Extensions.g.cs (3)
54
/// <inheritdoc cref="winmdroot.UI.Shell.IFileSaveDialog.Interface.GetOptions(winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
*)"/>
55
internal static unsafe winmdroot.Foundation.HRESULT GetOptions(this winmdroot.UI.Shell.IFileSaveDialog.Interface @this, out winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
pfos)
57
fixed (winmdroot.UI.Shell.
FILEOPENDIALOGOPTIONS
* pfosLocal = &pfos)