5 writes to ShowPinnedPlaces
System.Windows.Forms.Tests (5)
System\Windows\Forms\FileDialogTests.cs (5)
468ShowPinnedPlaces = value 474dialog.ShowPinnedPlaces = value; 479dialog.ShowPinnedPlaces = !value; 600ShowPinnedPlaces = false, 702ShowPinnedPlaces = false,
6 references to ShowPinnedPlaces
System.Windows.Forms.Tests (6)
System\Windows\Forms\FileDialogTests.cs (6)
41Assert.True(dialog.ShowPinnedPlaces); 78Assert.True(dialog.ShowPinnedPlaces); 470Assert.Equal(value, dialog.ShowPinnedPlaces); 475Assert.Equal(value, dialog.ShowPinnedPlaces); 480Assert.Equal(!value, dialog.ShowPinnedPlaces); 634Assert.True(dialog.ShowPinnedPlaces);