1 write to _helpUrl
System.Web (1)
UI\WebParts\BehaviorEditorPart.cs (1)
310_helpUrl = new TextBox();
5 references to _helpUrl
System.Web (5)
UI\WebParts\BehaviorEditorPart.cs (5)
213value = _helpUrl.Text; 311_helpUrl.Columns = TextBoxColumns; 312controls.Add(_helpUrl); 372_helpUrl, 439_helpUrl.Text = webPart.HelpUrl;