2 references to EM_GETOLEINTERFACE
System.Windows.Forms (2)
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
256
case RichTextBoxConstants.
EM_GETOLEINTERFACE
: text = "EM_GETOLEINTERFACE"; break;
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
1836
if (UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.
EM_GETOLEINTERFACE
, 0, out editOle) != 0) {