2 references to EM_SETOLECALLBACK
System.Windows.Forms (2)
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
266
case RichTextBoxConstants.
EM_SETOLECALLBACK
: text = "EM_SETOLECALLBACK"; break;
winforms\Managed\System\WinForms\RichTextBox.cs (1)
3282
UnsafeNativeMethods.SendCallbackMessage(new HandleRef(this, Handle), RichTextBoxConstants.
EM_SETOLECALLBACK
, IntPtr.Zero, pRichEditOleCallback);