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