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