4 references to EM_STREAMIN
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
268PInvokeCore.EM_STREAMIN => "EM_STREAMIN",
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
2898PInvokeCore.SendMessage(this, PInvokeCore.EM_STREAMIN, (WPARAM)flags, ref es); 3326case PInvokeCore.EM_STREAMIN:
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
444yield return new object[] { PInvokeCore.EM_STREAMIN, " (EM_STREAMIN)" };