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)
42private TextBox _textBox;
UI\MobileControls\Adapters\HtmlTextBoxAdapter.cs (2)
31protected new TextBox Control 35return (TextBox)base.Control;
UI\MobileControls\Adapters\WmlCalendarAdapter.cs (1)
42private TextBox _textBox;
UI\MobileControls\Adapters\WmlTextBoxAdapter.cs (2)
37protected new TextBox Control 41return (TextBox)base.Control;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (1)
33private TextBox _textBox;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicTextBoxAdapter.cs (2)
29public new TextBox Control { 31return 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'/> 33private System.Web.UI.MobileControls.TextBox _textBox; 52Debug.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'/>