2 writes to _title
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (2)
357
set =>
_title
= value;
710
_title
= null;
2 references to _title
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (2)
356
get =>
_title
?? string.Empty;
752
fixed (char* title =
_title
)