Base:
property
MaxLength
System.Windows.Forms.TextBoxBase.MaxLength
1 write to MaxLength
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
105MaxLength = int.MaxValue;
2 references to MaxLength
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
3203PInvokeCore.SendMessage(this, PInvokeCore.EM_EXLIMITTEXT, 0, (IntPtr)MaxLength); 3388if (selStart == selEnd && textLength == MaxLength)