4 references to EM_EXLIMITTEXT
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
248PInvokeCore.EM_EXLIMITTEXT => "EM_EXLIMITTEXT",
System.Windows.Forms (3)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (3)
2895PInvokeCore.SendMessage(this, PInvokeCore.EM_EXLIMITTEXT, 0, int.MaxValue); 3203PInvokeCore.SendMessage(this, PInvokeCore.EM_EXLIMITTEXT, 0, (IntPtr)MaxLength); 3339case PInvokeCore.EM_EXLIMITTEXT: