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