30 overrides of Text
System.Windows.Forms (30)
winforms\Managed\System\WinForms\AxHost.cs (1)
554public override string Text {
winforms\Managed\System\WinForms\ButtonBase.cs (1)
637public override string Text {
winforms\Managed\System\WinForms\ComboBox.cs (1)
1269public override string Text {
winforms\Managed\System\WinForms\DataGrid.cs (1)
2938public override string Text {
winforms\Managed\System\WinForms\DataGridView.cs (1)
5051public override string Text
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
967public override string Text {
winforms\Managed\System\WinForms\Form.cs (1)
2526public override string Text {
winforms\Managed\System\WinForms\GroupBox.cs (1)
314public override string Text {
winforms\Managed\System\WinForms\Label.cs (1)
914public override string Text {
winforms\Managed\System\WinForms\ListBox.cs (1)
1085public override string Text {
winforms\Managed\System\WinForms\ListView.cs (1)
1604public override string Text {
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
1023public override string Text {
winforms\Managed\System\WinForms\Panel.cs (1)
254public override string Text {
winforms\Managed\System\WinForms\PictureBox.cs (1)
1063public override string Text {
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (1)
249public override string Text {
winforms\Managed\System\WinForms\ProgressBar.cs (1)
588public override string Text {
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
1481public override string Text {
winforms\Managed\System\WinForms\ScrollBar.cs (1)
454public override string Text {
winforms\Managed\System\WinForms\SplitContainer.cs (1)
976public override string Text {
winforms\Managed\System\WinForms\Splitter.cs (1)
509public override string Text {
winforms\Managed\System\WinForms\StatusBar.cs (1)
393public override string Text {
winforms\Managed\System\WinForms\TabControl.cs (1)
905public override string Text {
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
1235public override string Text {
winforms\Managed\System\WinForms\ToolBar.cs (1)
894public override string Text {
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
407public override string Text {
winforms\Managed\System\WinForms\TrackBar.cs (1)
587public override string Text {
winforms\Managed\System\WinForms\TreeView.cs (1)
1299public override string Text {
winforms\Managed\System\WinForms\UpDownBase.cs (1)
583public override string Text {
winforms\Managed\System\WinForms\UserControl.cs (1)
247public override string Text {
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
1523public override string Text {
35 writes to Text
System.Windows.Forms (35)
winforms\Managed\System\WinForms\Application.cs (1)
4109Text = "WindowsFormsParkingWindow";
winforms\Managed\System\WinForms\AxHost.cs (1)
6352GetP().Text = value;
winforms\Managed\System\WinForms\ButtonBase.cs (1)
642base.Text = value;
winforms\Managed\System\WinForms\ComboBox.cs (1)
1292base.Text = value;
winforms\Managed\System\WinForms\Control.cs (2)
579this.Text = text; 11142Text = String.Empty;
winforms\Managed\System\WinForms\DataGrid.cs (1)
2943base.Text = value;
winforms\Managed\System\WinForms\DataGridView.cs (1)
5059base.Text = value;
winforms\Managed\System\WinForms\Form.cs (1)
2531base.Text = value;
winforms\Managed\System\WinForms\GroupBox.cs (1)
327base.Text = value;
winforms\Managed\System\WinForms\Label.cs (1)
919base.Text = value;
winforms\Managed\System\WinForms\ListBox.cs (1)
1099base.Text = value;
winforms\Managed\System\WinForms\ListView.cs (1)
1609base.Text = value;
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
1028base.Text = value;
winforms\Managed\System\WinForms\Panel.cs (1)
259base.Text = value;
winforms\Managed\System\WinForms\PictureBox.cs (1)
1068base.Text = value;
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (1)
254base.Text = value;
winforms\Managed\System\WinForms\ProgressBar.cs (1)
593base.Text = value;
winforms\Managed\System\WinForms\PropertyGrid.cs (2)
226toolStrip.Text = "PropertyGridToolBar"; 1486base.Text = value;
winforms\Managed\System\WinForms\PropertyGridInternal\DocComment.cs (1)
62this.Text = SR.GetString(SR.PBRSDocCommentPaneTitle);
winforms\Managed\System\WinForms\PropertyGridInternal\HotCommands.cs (1)
35this.Text = "Command Pane";
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
210this.Text = "PropertyGridView";
winforms\Managed\System\WinForms\ScrollBar.cs (1)
459base.Text = value;
winforms\Managed\System\WinForms\SplitContainer.cs (1)
981base.Text = value;
winforms\Managed\System\WinForms\Splitter.cs (1)
514base.Text = value;
winforms\Managed\System\WinForms\TabControl.cs (1)
910base.Text = value;
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
1241base.Text = value;
winforms\Managed\System\WinForms\ToolBar.cs (1)
899base.Text = value;
winforms\Managed\System\WinForms\ToolStripControlHost.cs (1)
523Control.Text = value;
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
412base.Text = value;
winforms\Managed\System\WinForms\ToolStripProgressBar.cs (1)
232Control.Text = value;
winforms\Managed\System\WinForms\TrackBar.cs (1)
592base.Text = value;
winforms\Managed\System\WinForms\TreeView.cs (1)
1304base.Text = value;
winforms\Managed\System\WinForms\UserControl.cs (1)
252base.Text = value;
39 references to Text
System.Windows.Forms (39)
winforms\Managed\System\WinForms\AxHost.cs (1)
6347return GetP().Text;
winforms\Managed\System\WinForms\ButtonBase.cs (1)
639return base.Text;
winforms\Managed\System\WinForms\ComboBox.cs (2)
1277if (String.Compare(candidate, base.Text, true, CultureInfo.CurrentCulture) == 0) { 1286return base.Text;
winforms\Managed\System\WinForms\Control.cs (6)
4053if (value == Text) { 8893text = Text; 12465/// <para>Determines if the <see cref='System.Windows.Forms.Control.Text'/> property needs to be persisted.</para> 12469return Text.Length != 0; 16976char mnemonic = WindowsFormsUtils.GetMnemonic(control.Text, true); 19743string text = ownerControl.Text;
winforms\Managed\System\WinForms\DataGrid.cs (1)
2940return base.Text;
winforms\Managed\System\WinForms\DataGridView.cs (1)
5055return base.Text;
winforms\Managed\System\WinForms\DateTimePicker.cs (3)
969return base.Text; 1773char ownerTextMnemonic = WindowsFormsUtils.GetMnemonic(this.Owner.Text, false /*convertToUpperCase*/); 1789return Owner.Text;
winforms\Managed\System\WinForms\Form.cs (1)
2528return base.Text;
winforms\Managed\System\WinForms\GroupBox.cs (1)
316return base.Text;
winforms\Managed\System\WinForms\Label.cs (1)
916return base.Text;
winforms\Managed\System\WinForms\ListBox.cs (1)
1095return base.Text;
winforms\Managed\System\WinForms\ListView.cs (1)
1606return base.Text;
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
1025return base.Text;
winforms\Managed\System\WinForms\Panel.cs (1)
256return base.Text;
winforms\Managed\System\WinForms\PictureBox.cs (1)
1065return base.Text;
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (1)
251return base.Text;
winforms\Managed\System\WinForms\ProgressBar.cs (1)
590return base.Text;
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
1483return base.Text;
winforms\Managed\System\WinForms\ScrollBar.cs (1)
456return base.Text;
winforms\Managed\System\WinForms\SplitContainer.cs (1)
978return base.Text;
winforms\Managed\System\WinForms\Splitter.cs (1)
511return base.Text;
winforms\Managed\System\WinForms\TabControl.cs (1)
907return base.Text;
winforms\Managed\System\WinForms\TextBoxBase.cs (2)
1237return base.Text; 1240if (value != base.Text) {
winforms\Managed\System\WinForms\ToolBar.cs (1)
896return base.Text;
winforms\Managed\System\WinForms\ToolStripControlHost.cs (1)
520return Control.Text;
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
409return base.Text;
winforms\Managed\System\WinForms\ToolStripProgressBar.cs (1)
228return Control.Text;
winforms\Managed\System\WinForms\TrackBar.cs (1)
589return base.Text;
winforms\Managed\System\WinForms\TreeView.cs (1)
1301return base.Text;
winforms\Managed\System\WinForms\UserControl.cs (1)
249return base.Text;