3 references to CFM_SIZE
System.Windows.Forms (3)
winforms\Managed\System\WinForms\RichTextBox.cs (2)
2292
if ((cf.dwMask & RichTextBoxConstants.
CFM_SIZE
) != 0) {
2890
int dwMask = RichTextBoxConstants.CFM_FACE | RichTextBoxConstants.
CFM_SIZE
| RichTextBoxConstants.CFM_BOLD |
winforms\Managed\System\WinForms\RichTextBoxConstants.cs (1)
452
internal const int CFM_ALL = (CFM_EFFECTS |
CFM_SIZE
|