Base:
property
Text
System.Windows.Forms.Control.Text
2 overrides of Text
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TabPage.cs (1)
452
public override string
Text
{
System.WorkflowServices (1)
System\Workflow\Activities\Design\EditableLabelControl.cs (1)
56
public override string
Text
6 writes to Text
System.Web.Mobile (5)
UI\MobileControls\Design\ListGeneralPage.cs (1)
191
this.
Text
= SR.GetString(SR.ListGeneralPage_Title);
UI\MobileControls\Design\ListItemsPage.cs (1)
87
this.
Text
= SR.GetString(SR.ListItemsPage_Title);
UI\MobileControls\Design\ObjectListCommandsPage.cs (1)
74
this.
Text
= SR.GetString(SR.ObjectListCommandsPage_Title);
UI\MobileControls\Design\ObjectListFieldsPage.cs (1)
76
this.
Text
= SR.GetString(SR.ObjectListFieldsPage_Title);
UI\MobileControls\Design\ObjectListGeneralPage.cs (1)
131
this.
Text
= SR.GetString(SR.ObjectListGeneralPage_Title);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TabPage.cs (1)
457
base.
Text
= value;
2 references to Text
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Design\ComponentEditorPage.cs (1)
187
return base.
Text
;
winforms\Managed\System\WinForms\TabPage.cs (1)
454
return base.
Text
;