4 references to EM_STREAMIN
System.Windows.Forms (4)
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
269
case RichTextBoxConstants.
EM_STREAMIN
: text = "EM_STREAMIN"; break;
winforms\Managed\System\WinForms\RichTextBox.cs (3)
3068
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.
EM_STREAMIN
, flags, es64);
3074
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.
EM_STREAMIN
, flags, es);
3514
case RichTextBoxConstants.
EM_STREAMIN
: