3 references to PFM_RIGHTINDENT
System.Windows.Forms (3)
winforms\Managed\System\WinForms\RichTextBox.cs (2)
1287
if ((RichTextBoxConstants.
PFM_RIGHTINDENT
& pf.dwMask) != 0)
1298
pf.dwMask = RichTextBoxConstants.
PFM_RIGHTINDENT
;
winforms\Managed\System\WinForms\RichTextBoxConstants.cs (1)
454
internal const int PFM_ALL = (PFM_STARTINDENT |
PFM_RIGHTINDENT
|