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)
174
string value =
_titleUrl
.Text;
299
_titleUrl
.Columns = TextBoxColumns;
300
controls.Add(
_titleUrl
);
369
_titleUrl
,
436
_titleUrl
.Text = webPart.TitleUrl;