Base:
property
Text
System.Windows.Forms.TextBoxBase.Text
1 override of Text
System.Windows.Forms.Design (1)
System\ComponentModel\Design\MultilineStringEditor.MultilineStringEditorUI.cs (1)
324public override string Text
2 writes to Text
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2471Text = text;
System.Windows.Forms.Design (1)
System\ComponentModel\Design\MultilineStringEditor.MultilineStringEditorUI.cs (1)
349set => base.Text = value;
4 references to Text
System.Windows.Forms (4)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (4)
2212string t = Text; 2259if (index < 0 || index > Text.Length) 2402Text); 3451Text,