17 references to EM_GETPARAFORMAT
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
256
PInvokeCore.
EM_GETPARAFORMAT
=> "EM_GETPARAFORMAT",
System.Windows.Forms (7)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (7)
674
PInvokeCore.SendMessage(this, PInvokeCore.
EM_GETPARAFORMAT
, 0, ref pf);
750
PInvokeCore.SendMessage(this, PInvokeCore.
EM_GETPARAFORMAT
, 0, ref pf);
966
PInvokeCore.SendMessage(this, PInvokeCore.
EM_GETPARAFORMAT
, 0, ref pf);
1014
PInvokeCore.SendMessage(this, PInvokeCore.
EM_GETPARAFORMAT
, 0, ref pf);
1136
PInvokeCore.SendMessage(this, PInvokeCore.
EM_GETPARAFORMAT
, 0, ref pf);
1183
PInvokeCore.SendMessage(this, PInvokeCore.
EM_GETPARAFORMAT
, 0, ref pf);
1213
PInvokeCore.SendMessage(this, PInvokeCore.
EM_GETPARAFORMAT
, 0, ref pf);
System.Windows.Forms.Tests (9)
System\Windows\Forms\MessageTests.cs (1)
432
yield return new object[] { PInvokeCore.
EM_GETPARAFORMAT
, " (EM_GETPARAFORMAT)" };
System\Windows\Forms\RichTextBoxTests.cs (8)
3783
Assert.NotEqual(0, (int)PInvokeCore.SendMessage(control, PInvokeCore.
EM_GETPARAFORMAT
, (WPARAM)PInvoke.SCF_SELECTION, ref format));
4240
Assert.NotEqual(0, (int)PInvokeCore.SendMessage(control, PInvokeCore.
EM_GETPARAFORMAT
, (WPARAM)PInvoke.SCF_SELECTION, ref format));
5158
Assert.NotEqual(0, (int)PInvokeCore.SendMessage(control, PInvokeCore.
EM_GETPARAFORMAT
, (WPARAM)PInvoke.SCF_SELECTION, ref format));
5349
Assert.NotEqual(0, (int)PInvokeCore.SendMessage(control, PInvokeCore.
EM_GETPARAFORMAT
, (WPARAM)PInvoke.SCF_SELECTION, ref format));
5933
Assert.NotEqual(0, (int)PInvokeCore.SendMessage(control, PInvokeCore.
EM_GETPARAFORMAT
, (WPARAM)PInvoke.SCF_SELECTION, ref format));
6380
Assert.NotEqual(0, (int)PInvokeCore.SendMessage(control, PInvokeCore.
EM_GETPARAFORMAT
, (WPARAM)PInvoke.SCF_SELECTION, ref format));
6388
Assert.NotEqual(0, (int)PInvokeCore.SendMessage(control, PInvokeCore.
EM_GETPARAFORMAT
, (WPARAM)PInvoke.SCF_SELECTION, ref format));
10882
if (MakeCustom && m.Msg == (int)PInvokeCore.
EM_GETPARAFORMAT
)