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