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