4 writes to ShowPreview
System.Windows.Forms.Tests (4)
System\Windows\Forms\OpenFileDialogTests.cs (4)
102ShowPreview = value 107dialog.ShowPreview = value; 111dialog.ShowPreview = !value; 143ShowPreview = true,
5 references to ShowPreview
System.Windows.Forms.Tests (5)
System\Windows\Forms\OpenFileDialogTests.cs (5)
16Assert.False(dialog.ShowPreview); 104Assert.Equal(value, dialog.ShowPreview); 108Assert.Equal(value, dialog.ShowPreview); 112Assert.Equal(!value, dialog.ShowPreview); 152Assert.False(dialog.ShowPreview);