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