4 references to FileNames
System.Windows.Forms (3)
System\Windows\Forms\Dialogs\CommonDialogs\OpenFileDialog.cs (2)
97string filename = FileNames[0]; 188string[] fullPaths = FileNames;
System\Windows\Forms\Dialogs\CommonDialogs\SaveFileDialog.cs (1)
77string filename = FileNames[0];
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ImageListImageEditor.cs (1)
72foreach (string name in _fileDialog.FileNames)