1 write to _description
System.Web (1)
UI\WebParts\BehaviorEditorPart.cs (1)
294_description = new TextBox();
5 references to _description
System.Web (5)
UI\WebParts\BehaviorEditorPart.cs (5)
168webPart.Description = _description.Text; 295_description.Columns = TextBoxColumns; 296controls.Add(_description); 368_description, 435_description.Text = webPart.Description;