2 writes to _knownFolderGuid
System.Windows.Forms (2)
winforms\Managed\System\WinForms\FileDialogCustomPlace.cs (2)
49this._knownFolderGuid = Guid.Empty; 62this._knownFolderGuid = value;
2 references to _knownFolderGuid
System.Windows.Forms (2)
winforms\Managed\System\WinForms\FileDialogCustomPlace.cs (2)
57return this._knownFolderGuid; 82filePathString = GetFolderLocation(this._knownFolderGuid);