8 references to SF_TEXT
System.Windows.Forms (8)
winforms\Managed\System\WinForms\RichTextBox.cs (8)
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);
1467
return StreamOut(RichTextBoxConstants.
SF_TEXT
| RichTextBoxConstants.SF_UNICODE);
1481
StreamIn(value, RichTextBoxConstants.
SF_TEXT
| RichTextBoxConstants.SF_UNICODE);
2444
flags = RichTextBoxConstants.
SF_TEXT
;
2447
flags = RichTextBoxConstants.SF_UNICODE | RichTextBoxConstants.
SF_TEXT
;
2789
flags = RichTextBoxConstants.
SF_TEXT
;
2792
flags = RichTextBoxConstants.SF_UNICODE | RichTextBoxConstants.
SF_TEXT
;