3 instantiations of TextBox
System.Web.Mobile (3)
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (1)
117
_textBox = new
TextBox
();
UI\MobileControls\Adapters\WmlCalendarAdapter.cs (1)
106
_textBox = new
TextBox
();
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (1)
95
_textBox = new
TextBox
();
18 references to TextBox
System.Web.Mobile (18)
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (1)
42
private
TextBox
_textBox;
UI\MobileControls\Adapters\HtmlTextBoxAdapter.cs (2)
31
protected new
TextBox
Control
35
return (
TextBox
)base.Control;
UI\MobileControls\Adapters\WmlCalendarAdapter.cs (1)
42
private
TextBox
_textBox;
UI\MobileControls\Adapters\WmlTextBoxAdapter.cs (2)
37
protected new
TextBox
Control
41
return (
TextBox
)base.Control;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (1)
33
private
TextBox
_textBox;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicTextBoxAdapter.cs (2)
29
public new
TextBox
Control {
31
return base.Control as
TextBox
;
UI\MobileControls\Design\TextBoxDesigner.cs (7)
21
/// Provides a designer for the <see cref='System.Web.UI.MobileControls.
TextBox
'/>
25
/// <seealso cref='System.Web.UI.MobileControls.
TextBox
'/>
33
private System.Web.UI.MobileControls.
TextBox
_textBox;
52
Debug.Assert(component is System.Web.UI.MobileControls.
TextBox
,
54
_textBox = (System.Web.UI.MobileControls.
TextBox
) component;
60
/// Returns the design-time HTML of the <see cref='System.Web.UI.MobileControls.
TextBox
'/>
69
/// <seealso cref='System.Web.UI.MobileControls.
TextBox
'/>
UI\MobileControls\Design\TextViewDesigner.cs (2)
67
/// Returns the design-time HTML of the <see cref='System.Web.UI.MobileControls.
TextBox
'/>
76
/// <seealso cref='System.Web.UI.MobileControls.
TextBox
'/>