1 write to _textView
System.Web.Mobile (1)
UI\MobileControls\Design\TextViewDesigner.cs (1)
50
_textView
= (System.Web.UI.MobileControls.TextView) component;
13 references to _textView
System.Web.Mobile (13)
UI\MobileControls\Design\TextViewDesigner.cs (13)
79
Debug.Assert (
_textView
.Text != null);
84
String originalText =
_textView
.Text;
86
bool hasControls =
_textView
.HasControls();
92
children = new Control[
_textView
.Controls.Count];
93
_textView
.Controls.CopyTo(children, 0);
95
_textView
.Text = "[" +
_textView
.ID + "]";
100
_textView
.Adapter.Render(tw);
106
_textView
.Text = originalText;
111
_textView
.Controls.Add(c);
124
if (DesignerAdapterUtil.InMobileUserControl(
_textView
))
129
if (DesignerAdapterUtil.InUserControl(
_textView
))
135
if (!DesignerAdapterUtil.InMobilePage(
_textView
))