14 references to EM_GETCHARFORMAT
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
253
PInvokeCore.
EM_GETCHARFORMAT
=> "EM_GETCHARFORMAT",
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2126
PInvokeCore.SendMessage(this, PInvokeCore.
EM_GETCHARFORMAT
, (WPARAM)(fSelection ? PInvoke.SCF_SELECTION : PInvoke.SCF_DEFAULT), ref cf);
System.Windows.Forms.Tests (12)
System\Windows\Forms\MessageTests.cs (1)
429
yield return new object[] { PInvokeCore.
EM_GETCHARFORMAT
, " (EM_GETCHARFORMAT)" };
System\Windows\Forms\RichTextBoxTests.cs (11)
1609
result = PInvokeCore.SendMessage(control, PInvokeCore.
EM_GETCHARFORMAT
, (WPARAM)PInvoke.SCF_ALL, ref format);
1626
result = PInvokeCore.SendMessage(control, PInvokeCore.
EM_GETCHARFORMAT
, (WPARAM)PInvoke.SCF_ALL, ref format1);
1752
Assert.NotEqual(0, (int)PInvokeCore.SendMessage(control, PInvokeCore.
EM_GETCHARFORMAT
, (WPARAM)PInvoke.SCF_ALL, ref format));
1767
Assert.NotEqual(0, (int)PInvokeCore.SendMessage(control, PInvokeCore.
EM_GETCHARFORMAT
, (WPARAM)PInvoke.SCF_ALL, ref format));
1776
Assert.NotEqual(0, (int)PInvokeCore.SendMessage(control, PInvokeCore.
EM_GETCHARFORMAT
, (WPARAM)PInvoke.SCF_ALL, ref format));
3978
Assert.NotEqual(0, (int)PInvokeCore.SendMessage(control, PInvokeCore.
EM_GETCHARFORMAT
, (WPARAM)PInvoke.SCF_SELECTION, ref format));
4434
Assert.NotEqual(0, (int)PInvokeCore.SendMessage(control, PInvokeCore.
EM_GETCHARFORMAT
, (WPARAM)PInvoke.SCF_SELECTION, ref format));
4623
Assert.NotEqual(0, (int)PInvokeCore.SendMessage(control, PInvokeCore.
EM_GETCHARFORMAT
, (WPARAM)PInvoke.SCF_SELECTION, ref format));
4938
Assert.NotEqual(0, (int)PInvokeCore.SendMessage(control, PInvokeCore.
EM_GETCHARFORMAT
, (WPARAM)PInvoke.SCF_SELECTION, ref format));
5747
Assert.NotEqual(0, (int)PInvokeCore.SendMessage(control, PInvokeCore.
EM_GETCHARFORMAT
, (WPARAM)PInvoke.SCF_SELECTION, ref format));
10903
if (MakeCustom && m.Msg == (int)PInvokeCore.
EM_GETCHARFORMAT
)