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