3 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;