5 writes to ShowPinnedPlaces
System.Windows.Forms.Tests (5)
System\Windows\Forms\FileDialogTests.cs (5)
468
ShowPinnedPlaces
= value
474
dialog.
ShowPinnedPlaces
= value;
479
dialog.
ShowPinnedPlaces
= !value;
600
ShowPinnedPlaces
= false,
702
ShowPinnedPlaces
= false,
6 references to ShowPinnedPlaces
System.Windows.Forms.Tests (6)
System\Windows\Forms\FileDialogTests.cs (6)
41
Assert.True(dialog.
ShowPinnedPlaces
);
78
Assert.True(dialog.
ShowPinnedPlaces
);
470
Assert.Equal(value, dialog.
ShowPinnedPlaces
);
475
Assert.Equal(value, dialog.
ShowPinnedPlaces
);
480
Assert.Equal(!value, dialog.
ShowPinnedPlaces
);
634
Assert.True(dialog.
ShowPinnedPlaces
);