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