5 writes to ShowPinnedPlaces
System.Windows.Forms.Tests (5)
System\Windows\Forms\FileDialogTests.cs (5)
470
ShowPinnedPlaces
= value
476
dialog.
ShowPinnedPlaces
= value;
481
dialog.
ShowPinnedPlaces
= !value;
602
ShowPinnedPlaces
= false,
704
ShowPinnedPlaces
= false,
6 references to ShowPinnedPlaces
System.Windows.Forms.Tests (6)
System\Windows\Forms\FileDialogTests.cs (6)
43
Assert.True(dialog.
ShowPinnedPlaces
);
80
Assert.True(dialog.
ShowPinnedPlaces
);
472
Assert.Equal(value, dialog.
ShowPinnedPlaces
);
477
Assert.Equal(value, dialog.
ShowPinnedPlaces
);
482
Assert.Equal(!value, dialog.
ShowPinnedPlaces
);
636
Assert.True(dialog.
ShowPinnedPlaces
);