2 writes to Title
System.Workflow.ComponentModel (2)
AuthoringOM\Design\CommandSet.cs (1)
749saveFileDialog.Title = DR.GetString(DR.SaveWorkflowImageDialogTitle);
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
706fileDialog.Title = DR.GetString(DR.OpenfileDialogTitle);
2 references to Title
System.Windows.Forms (2)
winforms\Managed\System\WinForms\FileDialog.cs (1)
1069StringBuilder sb = new StringBuilder(base.ToString() + ": Title: " + Title + ", FileName: ");
winforms\Managed\System\WinForms\FileDialog_Vista.cs (1)
104dialog.SetTitle(this.Title);