3 references to EM_STREAMOUT
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
269PInvokeCore.EM_STREAMOUT => "EM_STREAMOUT",
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2998PInvokeCore.SendMessage(this, PInvokeCore.EM_STREAMOUT, (WPARAM)flags, ref es);
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
445yield return new object[] { PInvokeCore.EM_STREAMOUT, " (EM_STREAMOUT)" };