8 references to EM_GETPARAFORMAT
System.Windows.Forms (8)
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
257
case RichTextBoxConstants.
EM_GETPARAFORMAT
: text = "EM_GETPARAFORMAT"; break;
winforms\Managed\System\WinForms\RichTextBox.cs (7)
832
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.
EM_GETPARAFORMAT
, 0, pf);
903
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.
EM_GETPARAFORMAT
, 0, pf);
1114
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.
EM_GETPARAFORMAT
, 0, pf);
1155
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.
EM_GETPARAFORMAT
, 0, pf);
1284
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.
EM_GETPARAFORMAT
, 0, pf);
1324
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.
EM_GETPARAFORMAT
, 0, pf);
1346
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.
EM_GETPARAFORMAT
, 0, pf);