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