9 references to EM_SETCHARFORMAT
System.Windows.Forms (9)
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
264
case RichTextBoxConstants.
EM_SETCHARFORMAT
: text = "EM_SETCHARFORMAT"; break;
winforms\Managed\System\WinForms\RichTextBox.cs (8)
981
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.
EM_SETCHARFORMAT
, RichTextBoxConstants.SCF_SELECTION, cf);
1016
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.
EM_SETCHARFORMAT
, RichTextBoxConstants.SCF_SELECTION, cf);
1067
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.
EM_SETCHARFORMAT
, RichTextBoxConstants.SCF_SELECTION, cf2);
2873
return IntPtr.Zero != UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.
EM_SETCHARFORMAT
, RichTextBoxConstants.SCF_SELECTION, cf);
2879
return IntPtr.Zero != UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.
EM_SETCHARFORMAT
, charRange, cf);
2912
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.
EM_SETCHARFORMAT
, selectionOnly ? RichTextBoxConstants.SCF_SELECTION : RichTextBoxConstants.SCF_ALL, cfA);
2926
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.
EM_SETCHARFORMAT
, selectionOnly ? RichTextBoxConstants.SCF_SELECTION : RichTextBoxConstants.SCF_ALL, cfW);
3498
case RichTextBoxConstants.
EM_SETCHARFORMAT
: