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