4 writes to ShowPinnedPlaces
System.Windows.Forms.Tests (4)
System\Windows\Forms\FolderBrowserDialogTests.cs (4)
219ShowPinnedPlaces = value 224dialog.ShowPinnedPlaces = value; 228dialog.ShowPinnedPlaces = !value; 284ShowPinnedPlaces = false,
5 references to ShowPinnedPlaces
System.Windows.Forms.Tests (5)
System\Windows\Forms\FolderBrowserDialogTests.cs (5)
26Assert.True(dialog.ShowPinnedPlaces); 221Assert.Equal(value, dialog.ShowPinnedPlaces); 225Assert.Equal(value, dialog.ShowPinnedPlaces); 229Assert.Equal(!value, dialog.ShowPinnedPlaces); 304Assert.True(dialog.ShowPinnedPlaces);