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