4 references to OFN_FILEMUSTEXIST
System.Windows.Forms (4)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (3)
76get => GetOption(OFN_FILEMUSTEXIST); 77set => SetOption(OFN_FILEMUSTEXIST, value); 689if (_fileNameFlags.HasFlag(OFN_FILEMUSTEXIST) && !FileExists(fileName))
System\Windows\Forms\Dialogs\CommonDialogs\OpenFileDialog.cs (1)
109SetOption(OFN_FILEMUSTEXIST, true);