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)
213
value =
_helpUrl
.Text;
311
_helpUrl
.Columns = TextBoxColumns;
312
controls.Add(
_helpUrl
);
372
_helpUrl
,
439
_helpUrl
.Text = webPart.HelpUrl;