1 write to openFileDialog1
WinFormsControlsTest (1)
ListViewTest.Designer.cs (1)
46
this.
openFileDialog1
= new System.Windows.Forms.OpenFileDialog();
9 references to openFileDialog1
WinFormsControlsTest (9)
ListViewTest.cs (6)
242
if (
openFileDialog1
.ShowDialog() != DialogResult.OK)
247
foreach (string file in
openFileDialog1
.FileNames)
270
openFileDialog1
.Multiselect = false;
271
DialogResult result =
openFileDialog1
.ShowDialog();
272
openFileDialog1
.Multiselect = true;
279
string file =
openFileDialog1
.FileName;
ListViewTest.Designer.cs (3)
135
this.
openFileDialog1
.FileName = "openFileDialog1";
136
this.
openFileDialog1
.Multiselect = true;
137
this.
openFileDialog1
.SupportMultiDottedExtensions = true;