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