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)
865
PInvokeCore.SendMessage(this, PInvokeCore.
EM_SETCHARFORMAT
, PInvoke.SCF_SELECTION, ref cf);
901
PInvokeCore.SendMessage(this, PInvokeCore.
EM_SETCHARFORMAT
, (WPARAM)PInvoke.SCF_SELECTION, ref cf);
960
PInvokeCore.SendMessage(this, PInvokeCore.
EM_SETCHARFORMAT
, (WPARAM)PInvoke.SCF_SELECTION, ref cf2);
2806
return PInvokeCore.SendMessage(this, PInvokeCore.
EM_SETCHARFORMAT
, (WPARAM)PInvoke.SCF_SELECTION, ref cf) != 0;
2814
return PInvokeCore.SendMessage(this, PInvokeCore.
EM_SETCHARFORMAT
, (WPARAM)charRange, ref cf) != 0;
2860
PInvokeCore.
EM_SETCHARFORMAT
,
3413
case PInvokeCore.
EM_SETCHARFORMAT
: