2 references to SendMessage
System.Windows.Forms (2)
winforms\Managed\System\WinForms\RichTextBox.cs (2)
1067
UnsafeNativeMethods.
SendMessage
(new HandleRef(this, Handle), RichTextBoxConstants.EM_SETCHARFORMAT, RichTextBoxConstants.SCF_SELECTION, cf2);
2253
UnsafeNativeMethods.
SendMessage
(new HandleRef(this, Handle), RichTextBoxConstants.EM_GETCHARFORMAT, fSelection ? RichTextBoxConstants.SCF_SELECTION : RichTextBoxConstants.SCF_DEFAULT, cf2);