2 writes to _path
System.Windows.Forms (2)
winforms\Managed\System\WinForms\FileDialogCustomPlace.cs (2)
48this._path = value ?? ""; 61this._path = String.Empty;
4 references to _path
System.Windows.Forms (4)
winforms\Managed\System\WinForms\FileDialogCustomPlace.cs (4)
40if (string.IsNullOrEmpty(this._path)) 44return this._path; 76if (!string.IsNullOrEmpty(this._path)) 78filePathString = this._path;