4 references to EM_EXLIMITTEXT
System.Windows.Forms (4)
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
249case RichTextBoxConstants.EM_EXLIMITTEXT: text = "EM_EXLIMITTEXT"; break;
winforms\Managed\System\WinForms\RichTextBox.cs (3)
3060SendMessage(RichTextBoxConstants.EM_EXLIMITTEXT, 0, Int32.MaxValue); 3395SendMessage(RichTextBoxConstants.EM_EXLIMITTEXT, 0, MaxLength); 3526case RichTextBoxConstants.EM_EXLIMITTEXT: