3 references to EM_STREAMOUT
System.Windows.Forms (3)
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
270
case RichTextBoxConstants.
EM_STREAMOUT
: text = "EM_STREAMOUT"; break;
winforms\Managed\System\WinForms\RichTextBox.cs (2)
3165
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.
EM_STREAMOUT
, flags, es64);
3171
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.
EM_STREAMOUT
, flags, es);