1 write to _title
System.Web (1)
UI\WebParts\AppearanceEditorPart.cs (1)
178_title = new TextBox();
5 references to _title
System.Web (5)
UI\WebParts\AppearanceEditorPart.cs (5)
74webPart.Title = _title.Text; 179_title.Columns = TextBoxColumns; 180controls.Add(_title); 249_title, 278_title.Text = webPart.Title;