3 references to _customPlaces
System.Windows.Forms (3)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (1)
717
_customPlaces
.Clear();
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.Vista.cs (2)
76
_customPlaces
.Apply(dialog);
249
public FileDialogCustomPlacesCollection CustomPlaces =>
_customPlaces
;