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