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)
245private readonly FileDialogCustomPlacesCollection _customPlaces = []; 249public FileDialogCustomPlacesCollection CustomPlaces => _customPlaces;