1 instantiation of TextView
System.Web.Mobile (1)
UI\MobileControls\ErrorFormatterPage.cs (1)
67TextView textView = new TextView();
21 references to TextView
System.Web.Mobile (21)
UI\MobileControls\Adapters\HtmlTextViewAdapter.cs (2)
34protected new TextView Control 38return (TextView)base.Control;
UI\MobileControls\Adapters\WmlTextViewAdapter.cs (2)
34protected new TextView Control 38return (TextView)base.Control;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicTextViewAdapter.cs (2)
26protected new TextView Control { 28return base.Control as TextView;
UI\MobileControls\Design\Adapters\DesignerTextViewAdapter.cs (2)
22protected new TextView Control 26return (TextView)base.Control;
UI\MobileControls\Design\MobileControlDesigner.cs (5)
365if ((_mobileControl is TextControl || _mobileControl is TextView) 383originalText = ((TextView)_mobileControl).Text; 384((TextView)_mobileControl).Text = String.Empty; 406((TextView)_mobileControl).Text = originalText; 469if ((_mobileControl is TextControl || _mobileControl is TextView)
UI\MobileControls\Design\TextViewDesigner.cs (5)
17/// Provides a designer for the <see cref='System.Web.UI.MobileControls.TextView'/> 21/// <seealso cref='System.Web.UI.MobileControls.TextView'/> 29private System.Web.UI.MobileControls.TextView _textView; 48Debug.Assert(component is System.Web.UI.MobileControls.TextView, 50_textView = (System.Web.UI.MobileControls.TextView) component;
UI\MobileControls\ErrorFormatterPage.cs (1)
67TextView textView = new TextView();
UI\MobileControls\TextView.cs (2)
423TextView _parent; 426public TextViewLiteralTextParser(TextView parent)