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