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