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