1 write to Path
System.Windows.Forms (1)
winforms\Managed\System\WinForms\FileDialogCustomPlace.cs (1)
28this.Path = path;
2 references to Path
System.Windows.Forms (2)
winforms\Managed\System\WinForms\FileDialogCustomPlace.cs (1)
68return string.Format(System.Globalization.CultureInfo.CurrentCulture, "{0} Path: {1} KnownFolderGuid: {2}", base.ToString(), this.Path, this.KnownFolderGuid);
winforms\Managed\System\WinForms\FileDialogCustomPlacesCollection.cs (1)
25FileIOPermission permission = new FileIOPermission(FileIOPermissionAccess.PathDiscovery, customPlace.Path);