8 references to EM_SETCHARFORMAT
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
263
PInvokeCore.
EM_SETCHARFORMAT
=> "EM_SETCHARFORMAT",
System.Windows.Forms (7)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (7)
829
PInvokeCore.SendMessage(this, PInvokeCore.
EM_SETCHARFORMAT
, PInvoke.SCF_SELECTION, ref cf);
865
PInvokeCore.SendMessage(this, PInvokeCore.
EM_SETCHARFORMAT
, (WPARAM)PInvoke.SCF_SELECTION, ref cf);
924
PInvokeCore.SendMessage(this, PInvokeCore.
EM_SETCHARFORMAT
, (WPARAM)PInvoke.SCF_SELECTION, ref cf2);
2703
return PInvokeCore.SendMessage(this, PInvokeCore.
EM_SETCHARFORMAT
, (WPARAM)PInvoke.SCF_SELECTION, ref cf) != 0;
2711
return PInvokeCore.SendMessage(this, PInvokeCore.
EM_SETCHARFORMAT
, (WPARAM)charRange, ref cf) != 0;
2757
PInvokeCore.
EM_SETCHARFORMAT
,
3310
case PInvokeCore.
EM_SETCHARFORMAT
: