3 references to EM_GETCHARFORMAT
System.Windows.Forms (3)
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
254
case RichTextBoxConstants.
EM_GETCHARFORMAT
: text = "EM_GETCHARFORMAT"; break;
winforms\Managed\System\WinForms\RichTextBox.cs (2)
2247
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.
EM_GETCHARFORMAT
, fSelection ? RichTextBoxConstants.SCF_SELECTION : RichTextBoxConstants.SCF_DEFAULT, cf);
2253
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.
EM_GETCHARFORMAT
, fSelection ? RichTextBoxConstants.SCF_SELECTION : RichTextBoxConstants.SCF_DEFAULT, cf2);