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