2 instantiations of FileDialogCustomPlacesCollection
System.Windows.Forms.Primitives.Tests (2)
System\Windows\Forms\FileDialogCustomPlacesCollectionTests.cs (2)
23FileDialogCustomPlacesCollection collection = new() 46FileDialogCustomPlacesCollection collection = new()
5 references to FileDialogCustomPlacesCollection
System.Windows.Forms (3)
Properties\TypeForwards.cs (1)
9[assembly: TypeForwardedTo(typeof(System.Windows.Forms.FileDialogCustomPlacesCollection))]
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.Vista.cs (2)
245private readonly FileDialogCustomPlacesCollection _customPlaces = []; 249public FileDialogCustomPlacesCollection CustomPlaces => _customPlaces;
System.Windows.Forms.Primitives.Tests (2)
System\Windows\Forms\FileDialogCustomPlacesCollectionTests.cs (2)
23FileDialogCustomPlacesCollection collection = new() 46FileDialogCustomPlacesCollection collection = new()