4 writes to ShowPinnedPlaces
System.Windows.Forms.Tests (4)
System\Windows\Forms\FolderBrowserDialogTests.cs (4)
217ShowPinnedPlaces = value 222dialog.ShowPinnedPlaces = value; 226dialog.ShowPinnedPlaces = !value; 282ShowPinnedPlaces = false,
5 references to ShowPinnedPlaces
System.Windows.Forms.Tests (5)
System\Windows\Forms\FolderBrowserDialogTests.cs (5)
24Assert.True(dialog.ShowPinnedPlaces); 219Assert.Equal(value, dialog.ShowPinnedPlaces); 223Assert.Equal(value, dialog.ShowPinnedPlaces); 227Assert.Equal(!value, dialog.ShowPinnedPlaces); 302Assert.True(dialog.ShowPinnedPlaces);