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