2 instantiations of FileDialogCustomPlace
System.Windows.Forms.Primitives (2)
System\Windows\Forms\FileDialogCustomPlacesCollection.cs (2)
23
public void Add(string? path) => Add(new
FileDialogCustomPlace
(path));
25
public 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)
8
public class FileDialogCustomPlacesCollection : Collection<
FileDialogCustomPlace
>
14
FileDialogCustomPlace
customPlace = Items[i];