2 writes to _path
System.Windows.Forms.Primitives (2)
System\Windows\Forms\FileDialogCustomPlace.cs (2)
38
_path
= value ?? string.Empty;
48
_path
= string.Empty;
3 references to _path
System.Windows.Forms.Primitives (3)
System\Windows\Forms\FileDialogCustomPlace.cs (3)
35
get =>
_path
?? string.Empty;
61
if (!string.IsNullOrEmpty(
_path
))
63
filePathString =
_path
;