61 references to FILEOPENDIALOGOPTIONS
System.Windows.Forms (13)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (2)
8using static Windows.Win32.UI.Shell.FILEOPENDIALOGOPTIONS; 25private protected FILEOPENDIALOGOPTIONS _dialogOptions;
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.Vista.cs (5)
7using static Windows.Win32.UI.Shell.FILEOPENDIALOGOPTIONS; 79private FILEOPENDIALOGOPTIONS GetOptions() 81const FILEOPENDIALOGOPTIONS BlittableOptions = 109FILEOPENDIALOGOPTIONS result = (FILEOPENDIALOGOPTIONS)_fileNameFlags & BlittableOptions;
System\Windows\Forms\Dialogs\CommonDialogs\FolderBrowserDialog.cs (4)
9using static Windows.Win32.UI.Shell.FILEOPENDIALOGOPTIONS; 36private FILEOPENDIALOGOPTIONS _options; 385private bool GetOption(FILEOPENDIALOGOPTIONS option) => _options.HasFlag(option); 390private void SetOption(FILEOPENDIALOGOPTIONS option, bool value)
System\Windows\Forms\Dialogs\CommonDialogs\OpenFileDialog.cs (1)
8using static Windows.Win32.UI.Shell.FILEOPENDIALOGOPTIONS;
System\Windows\Forms\Dialogs\CommonDialogs\SaveFileDialog.cs (1)
8using static Windows.Win32.UI.Shell.FILEOPENDIALOGOPTIONS;
System.Windows.Forms.Primitives (48)
Windows.Win32.IFileDialog.g.cs (13)
296 private static winmdroot.Foundation.HRESULT SetOptions(IFileDialog* pThis, winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS fos) 322 public void SetOptions(winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS fos) 324 ((delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IFileDialog*)Unsafe.AsPointer(ref this), fos).ThrowOnFailure(); 327 /// <inheritdoc cref="GetOptions(winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS*)"/> 328 internal unsafe void GetOptions(out winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS pfos) 330 fixed (winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS* pfosLocal = &pfos) 339 private static winmdroot.Foundation.HRESULT GetOptions(IFileDialog* pThis, winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS* pfos) 367 public unsafe void GetOptions(winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS* pfos) 369 ((delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IFileDialog*)Unsafe.AsPointer(ref this), pfos).ThrowOnFailure(); 1048 internal delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS ,winmdroot.Foundation.HRESULT> SetOptions_10; 1050 internal delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS* ,winmdroot.Foundation.HRESULT> GetOptions_11; 1150winmdroot.Foundation.HRESULT SetOptions(winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS fos); 1153 unsafe winmdroot.Foundation.HRESULT GetOptions(winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS* pfos);
Windows.Win32.IFileOpenDialog.g.cs (13)
235 private static winmdroot.Foundation.HRESULT SetOptions(IFileOpenDialog* pThis, winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS fos) 252 public void SetOptions(winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS fos) 254 ((delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IFileOpenDialog*)Unsafe.AsPointer(ref this), fos).ThrowOnFailure(); 257 /// <inheritdoc cref="GetOptions(winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS*)"/> 258 internal unsafe void GetOptions(out winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS pfos) 260 fixed (winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS* pfosLocal = &pfos) 269 private static winmdroot.Foundation.HRESULT GetOptions(IFileOpenDialog* pThis, winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS* pfos) 286 public unsafe void GetOptions(winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS* pfos) 288 ((delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IFileOpenDialog*)Unsafe.AsPointer(ref this), pfos).ThrowOnFailure(); 865 internal delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS ,winmdroot.Foundation.HRESULT> SetOptions_10; 867 internal delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS* ,winmdroot.Foundation.HRESULT> GetOptions_11; 973 new winmdroot.Foundation.HRESULT SetOptions(winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS fos); 976 unsafe new winmdroot.Foundation.HRESULT GetOptions(winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS* pfos);
Windows.Win32.IFileSaveDialog.g.cs (13)
235 private static winmdroot.Foundation.HRESULT SetOptions(IFileSaveDialog* pThis, winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS fos) 252 public void SetOptions(winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS fos) 254 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IFileSaveDialog*)Unsafe.AsPointer(ref this), fos).ThrowOnFailure(); 257 /// <inheritdoc cref="GetOptions(winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS*)"/> 258 internal unsafe void GetOptions(out winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS pfos) 260 fixed (winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS* pfosLocal = &pfos) 269 private static winmdroot.Foundation.HRESULT GetOptions(IFileSaveDialog* pThis, winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS* pfos) 286 public unsafe void GetOptions(winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS* pfos) 288 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IFileSaveDialog*)Unsafe.AsPointer(ref this), pfos).ThrowOnFailure(); 991 internal delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS ,winmdroot.Foundation.HRESULT> SetOptions_10; 993 internal delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS* ,winmdroot.Foundation.HRESULT> GetOptions_11; 1108 new winmdroot.Foundation.HRESULT SetOptions(winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS fos); 1111 unsafe new winmdroot.Foundation.HRESULT GetOptions(winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS* pfos);
Windows.Win32.UI_Shell_IFileDialog_Extensions.g.cs (3)
53 /// <inheritdoc cref="winmdroot.UI.Shell.IFileDialog.Interface.GetOptions(winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS*)"/> 54 internal static unsafe winmdroot.Foundation.HRESULT GetOptions(this winmdroot.UI.Shell.IFileDialog.Interface @this, out winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS pfos) 56 fixed (winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS* pfosLocal = &pfos)
Windows.Win32.UI_Shell_IFileOpenDialog_Extensions.g.cs (3)
53 /// <inheritdoc cref="winmdroot.UI.Shell.IFileOpenDialog.Interface.GetOptions(winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS*)"/> 54 internal static unsafe winmdroot.Foundation.HRESULT GetOptions(this winmdroot.UI.Shell.IFileOpenDialog.Interface @this, out winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS pfos) 56 fixed (winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS* pfosLocal = &pfos)
Windows.Win32.UI_Shell_IFileSaveDialog_Extensions.g.cs (3)
53 /// <inheritdoc cref="winmdroot.UI.Shell.IFileSaveDialog.Interface.GetOptions(winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS*)"/> 54 internal static unsafe winmdroot.Foundation.HRESULT GetOptions(this winmdroot.UI.Shell.IFileSaveDialog.Interface @this, out winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS pfos) 56 fixed (winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS* pfosLocal = &pfos)