1 write to KnownFolderGuid
System.Windows.Forms (1)
winforms\Managed\System\WinForms\FileDialogCustomPlace.cs (1)
33this.KnownFolderGuid = knownFolderGuid;
1 reference to KnownFolderGuid
System.Windows.Forms (1)
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);