3 references to EM_GETIMECOMPMODE
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
305
PInvokeCore.
EM_GETIMECOMPMODE
=> "EM_GETIMECOMPMODE",
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
3384
LRESULT compMode = PInvokeCore.SendMessage(this, PInvokeCore.
EM_GETIMECOMPMODE
);
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
481
yield return new object[] { PInvokeCore.
EM_GETIMECOMPMODE
, " (EM_GETIMECOMPMODE)" };