13 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
:
System.Windows.Forms.Tests (3)
System\Windows\Forms\MessageTests.cs (1)
439
yield return new object[] { PInvokeCore.
EM_SETCHARFORMAT
, " (EM_SETCHARFORMAT)" };
System\Windows\Forms\RichTextBoxTests.cs (2)
10229
Marshal.WriteInt32(ptr, IntPtr.Size * 2 + IntPtr.Size, (int)PInvokeCore.
EM_SETCHARFORMAT
);
10465
Marshal.WriteInt32(ptr, IntPtr.Size * 2 + IntPtr.Size, (int)PInvokeCore.
EM_SETCHARFORMAT
);
System.Windows.Forms.UI.IntegrationTests (1)
RichTextBoxTests.cs (1)
206
PInvokeCore.SendMessage(control, PInvokeCore.
EM_SETCHARFORMAT
, (WPARAM)PInvoke.SCF_SELECTION, ref format);
WinFormsControlsTest (1)
RichTextBoxes.cs (1)
52
PInvokeCore.
EM_SETCHARFORMAT
,