2 references to Options
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (1)
766Flags = (OPEN_FILENAME_FLAGS)Options | OFN_EXPLORER | OFN_ENABLEHOOK | OFN_ENABLESIZING,
System.Windows.Forms.Tests (1)
System\Windows\Forms\FileDialogTests.cs (1)
836public new int Options => base.Options;