2 instantiations of FileDialogCustomPlacesCollection
System.Windows.Forms.Primitives.Tests (2)
System\Windows\Forms\FileDialogCustomPlacesCollectionTests.cs (2)
23
FileDialogCustomPlacesCollection collection =
new
()
46
FileDialogCustomPlacesCollection 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)
245
private readonly
FileDialogCustomPlacesCollection
_customPlaces = [];
249
public
FileDialogCustomPlacesCollection
CustomPlaces => _customPlaces;
System.Windows.Forms.Primitives.Tests (2)
System\Windows\Forms\FileDialogCustomPlacesCollectionTests.cs (2)
23
FileDialogCustomPlacesCollection
collection = new()
46
FileDialogCustomPlacesCollection
collection = new()