Base:
property
Text
System.Windows.Forms.RichTextBox.Text
2 writes to Text
System.Windows.Forms.Design (2)
System\ComponentModel\Design\MultilineStringEditor.MultilineStringEditorUI.cs (2)
132Text = value as string; 140Text = null;
7 references to Text
System.Windows.Forms.Design (7)
System\ComponentModel\Design\MultilineStringEditor.MultilineStringEditorUI.cs (7)
120return Text; 185fixed (char* t = Text) 187PInvoke.DrawText(hdc, t, Text.Length, ref rect, DRAW_TEXT_FORMAT.DT_CALCRECT); 221ProcessSurrogateFonts(0, Text.Length); 224Select(Text.Length, 0); 261string value = Text; 378if (Text.Length != 0)