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