5 writes to ShowPinnedPlaces
System.Windows.Forms.Tests (5)
System\Windows\Forms\FileDialogTests.cs (5)
470ShowPinnedPlaces = value 476dialog.ShowPinnedPlaces = value; 481dialog.ShowPinnedPlaces = !value; 602ShowPinnedPlaces = false, 704ShowPinnedPlaces = false,
6 references to ShowPinnedPlaces
System.Windows.Forms.Tests (6)
System\Windows\Forms\FileDialogTests.cs (6)
43Assert.True(dialog.ShowPinnedPlaces); 80Assert.True(dialog.ShowPinnedPlaces); 472Assert.Equal(value, dialog.ShowPinnedPlaces); 477Assert.Equal(value, dialog.ShowPinnedPlaces); 482Assert.Equal(!value, dialog.ShowPinnedPlaces); 636Assert.True(dialog.ShowPinnedPlaces);