8 references to EM_SETPARAFORMAT
System.Windows.Forms (8)
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
267
case RichTextBoxConstants.
EM_SETPARAFORMAT
: text = "EM_SETPARAFORMAT"; break;
winforms\Managed\System\WinForms\RichTextBox.cs (7)
879
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.
EM_SETPARAFORMAT
, 0, pf);
933
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.
EM_SETPARAFORMAT
, 0, pf);
1130
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.
EM_SETPARAFORMAT
, 0, pf);
1171
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.
EM_SETPARAFORMAT
, 0, pf);
1302
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.
EM_SETPARAFORMAT
, 0, pf);
1354
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.
EM_SETPARAFORMAT
, 0, pf);
3510
case RichTextBoxConstants.
EM_SETPARAFORMAT
: