1 write to _titleUrl
System.Web (1)
UI\WebParts\BehaviorEditorPart.cs (1)
298_titleUrl = new TextBox();
5 references to _titleUrl
System.Web (5)
UI\WebParts\BehaviorEditorPart.cs (5)
174string value = _titleUrl.Text; 299_titleUrl.Columns = TextBoxColumns; 300controls.Add(_titleUrl); 369_titleUrl, 436_titleUrl.Text = webPart.TitleUrl;