Base:
property
Text
System.Windows.Forms.TextBoxBase.Text
1 override of Text
System.Web.Mobile (1)
UI\MobileControls\Design\Util\HeaderLabel.cs (1)
44public override String Text
4 writes to Text
System.Web.Mobile (1)
UI\MobileControls\Design\Util\HeaderLabel.cs (1)
61base.Text = _text;
System.Windows.Forms (1)
winforms\Managed\System\WinForms\RichTextBox.cs (1)
2590Text = text;
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (2)
1243this.Text = TypeBrowserDialog.ResMgr.GetString("IDS_SELECTEDTYPE") + " " + keywords[0] + " " + 1259this.Text = TypeBrowserDialog.ResMgr.GetString("IDS_NOTYPESSELECTED");
6 references to Text
System.Web.Mobile (1)
UI\MobileControls\Design\Util\HeaderLabel.cs (1)
59if(Visible && _text != base.Text)
System.Windows.Forms (4)
winforms\Managed\System\WinForms\RichTextBox.cs (4)
2041string text = this.Text; 2326string t = this.Text; 2373if (index < 0 || index > Text.Length) { 3372if (c.cpMax > Text.Length || c.cpMax-c.cpMin <= 0) {
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
1261this.SelectionLength = this.Text.Length;