Base:
property
MaxLength
System.Windows.Forms.TextBoxBase.MaxLength
1 write to MaxLength
System.Windows.Forms (1)
winforms\Managed\System\WinForms\RichTextBox.cs (1)
150
MaxLength
= int.MaxValue;
2 references to MaxLength
System.Windows.Forms (2)
winforms\Managed\System\WinForms\RichTextBox.cs (2)
3395
SendMessage(RichTextBoxConstants.EM_EXLIMITTEXT, 0,
MaxLength
);
3623
if (selStart == selEnd && textLength ==
MaxLength
) {