2 instantiations of FileDialogCustomPlace
System.Windows.Forms (2)
winforms\Managed\System\WinForms\FileDialogCustomPlacesCollection.cs (2)
45Add(new FileDialogCustomPlace(path)); 50Add(new FileDialogCustomPlace(knownFolderGuid));
4 references to FileDialogCustomPlace
System.Windows.Forms (4)
winforms\Managed\System\WinForms\FileDialog_Vista_Interop.cs (2)
206void AddPlace([In, MarshalAs(UnmanagedType.Interface)] IShellItem psi, FileDialogCustomPlace fdcp); 265void AddPlace([In, MarshalAs(UnmanagedType.Interface)] IShellItem psi, FileDialogCustomPlace fdcp);
winforms\Managed\System\WinForms\FileDialogCustomPlacesCollection.cs (2)
15public class FileDialogCustomPlacesCollection : Collection<FileDialogCustomPlace> 22FileDialogCustomPlace customPlace = this.Items[i];