4 references to FileDialogCustomPlace
System.Windows.Forms.Primitives (1)
System\Windows\Forms\FileDialogCustomPlacesCollection.cs (1)
23
public void Add(string? path) => Add(new
FileDialogCustomPlace
(path));
System.Windows.Forms.Primitives.Tests (3)
System\Windows\Forms\FileDialogCustomPlaceTests.cs (3)
23
FileDialogCustomPlace place =
new
(path);
51
FileDialogCustomPlace place =
new
("path")
83
yield return new object[] { new
FileDialogCustomPlace
("path"), "System.Windows.Forms.FileDialogCustomPlace Path: path KnownFolderGuid: 00000000-0000-0000-0000-000000000000" };