4 writes to ShowPreview
System.Windows.Forms.Tests (4)
System\Windows\Forms\OpenFileDialogTests.cs (4)
104ShowPreview = value 109dialog.ShowPreview = value; 113dialog.ShowPreview = !value; 145ShowPreview = true,
5 references to ShowPreview
System.Windows.Forms.Tests (5)
System\Windows\Forms\OpenFileDialogTests.cs (5)
18Assert.False(dialog.ShowPreview); 106Assert.Equal(value, dialog.ShowPreview); 110Assert.Equal(value, dialog.ShowPreview); 114Assert.Equal(!value, dialog.ShowPreview); 154Assert.False(dialog.ShowPreview);