1 write to KnownFolderGuid
System.Windows.Forms (1)
winforms\Managed\System\WinForms\FileDialogCustomPlace.cs (1)
33
this.
KnownFolderGuid
= knownFolderGuid;
1 reference to KnownFolderGuid
System.Windows.Forms (1)
winforms\Managed\System\WinForms\FileDialogCustomPlace.cs (1)
68
return string.Format(System.Globalization.CultureInfo.CurrentCulture, "{0} Path: {1} KnownFolderGuid: {2}", base.ToString(), this.Path, this.
KnownFolderGuid
);