3 writes to Path
System.Windows.Forms.Primitives (1)
System\Windows\Forms\FileDialogCustomPlace.cs (1)
24Path = path;
System.Windows.Forms.Primitives.Tests (2)
System\Windows\Forms\FileDialogCustomPlaceTests.cs (2)
70Path = value 76place.Path = value;
9 references to Path
System.Windows.Forms.Primitives (1)
System\Windows\Forms\FileDialogCustomPlace.cs (1)
55return $"{base.ToString()} Path: {Path} KnownFolderGuid: {KnownFolderGuid}";
System.Windows.Forms.Primitives.Tests (8)
System\Windows\Forms\FileDialogCustomPlacesCollectionTests.cs (2)
29Assert.Same(path ?? string.Empty, place.Path); 52Assert.Empty(place.Path);
System\Windows\Forms\FileDialogCustomPlaceTests.cs (6)
25Assert.Same(path ?? string.Empty, place.Path); 44Assert.Empty(place.Path); 56Assert.Empty(place.Path); 61Assert.Empty(place.Path); 72Assert.Same(value ?? string.Empty, place.Path); 77Assert.Same(value ?? string.Empty, place.Path);