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)
35get => _path ?? string.Empty; 61if (!string.IsNullOrEmpty(_path)) 63filePathString = _path;