7 references to SFF_SELECTION
System.Windows.Forms (7)
winforms\Managed\System\WinForms\RichTextBox.cs (7)
1253return StreamOut(RichTextBoxConstants.SFF_SELECTION | RichTextBoxConstants.SF_RTF); 1258StreamIn(value, RichTextBoxConstants.SFF_SELECTION | RichTextBoxConstants.SF_RTF); 1373String text = StreamOut(RichTextBoxConstants.SFF_SELECTION | RichTextBoxConstants.SF_TEXT | RichTextBoxConstants.SF_UNICODE); 1378StreamIn(value, RichTextBoxConstants.SFF_SELECTION | RichTextBoxConstants.SF_TEXT | RichTextBoxConstants.SF_UNICODE); 2980if ((RichTextBoxConstants.SFF_SELECTION & flags) != 0) { 3015if ((flags & RichTextBoxConstants.SFF_SELECTION) == 0) { 3517if ((unchecked( (int) (long)enprotected.wParam) & RichTextBoxConstants.SFF_SELECTION) != 0)