2 instantiations of FileDialogCustomPlace
System.Windows.Forms.Primitives (2)
System\Windows\Forms\FileDialogCustomPlacesCollection.cs (2)
23public void Add(string? path) => Add(new FileDialogCustomPlace(path)); 25public void Add(Guid knownFolderGuid) => Add(new FileDialogCustomPlace(knownFolderGuid));
3 references to FileDialogCustomPlace
System.Windows.Forms (1)
Properties\TypeForwards.cs (1)
8[assembly: TypeForwardedTo(typeof(System.Windows.Forms.FileDialogCustomPlace))]
System.Windows.Forms.Primitives (2)
System\Windows\Forms\FileDialogCustomPlacesCollection.cs (2)
8public class FileDialogCustomPlacesCollection : Collection<FileDialogCustomPlace> 14FileDialogCustomPlace customPlace = Items[i];