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)
79Debug.Assert (_textView.Text != null); 84String originalText = _textView.Text; 86bool hasControls = _textView.HasControls(); 92children = 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); 124if (DesignerAdapterUtil.InMobileUserControl(_textView)) 129if (DesignerAdapterUtil.InUserControl(_textView)) 135if (!DesignerAdapterUtil.InMobilePage(_textView))