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