4 references to PFM_OFFSET
System.Windows.Forms (4)
winforms\Managed\System\WinForms\RichTextBox.cs (3)
922
pf.dwMask = RichTextBoxConstants.PFM_NUMBERING | RichTextBoxConstants.
PFM_OFFSET
;
1117
if ((RichTextBoxConstants.
PFM_OFFSET
& pf.dwMask) != 0)
1126
pf.dwMask = RichTextBoxConstants.
PFM_OFFSET
;
winforms\Managed\System\WinForms\RichTextBoxConstants.cs (1)
455
PFM_OFFSET
| PFM_ALIGNMENT |