2 writes to title
System.Windows.Forms (2)
winforms\Managed\System\WinForms\FileDialog.cs (2)
563title = value; 965title = null;
3 references to title
System.Windows.Forms (3)
winforms\Managed\System\WinForms\FileDialog.cs (3)
557return title == null? "": title; 1022ofn.lpstrTitle = title;