4 references to FileDialogCustomPlace
System.Windows.Forms.Primitives (1)
System\Windows\Forms\FileDialogCustomPlacesCollection.cs (1)
25
public void Add(Guid knownFolderGuid) => Add(new
FileDialogCustomPlace
(knownFolderGuid));
System.Windows.Forms.Primitives.Tests (3)
System\Windows\Forms\FileDialogCustomPlaceTests.cs (3)
42
FileDialogCustomPlace place =
new
(knownFolderGuid);
68
FileDialogCustomPlace place =
new
(Guid.NewGuid())
84
yield return new object[] { new
FileDialogCustomPlace
(new Guid(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)), "System.Windows.Forms.FileDialogCustomPlace Path: KnownFolderGuid: 00000001-0002-0003-0405-060708090a0b" };