8 references to SF_TEXT
System.Windows.Forms (8)
winforms\Managed\System\WinForms\RichTextBox.cs (8)
1373String text = StreamOut(RichTextBoxConstants.SFF_SELECTION | RichTextBoxConstants.SF_TEXT | RichTextBoxConstants.SF_UNICODE); 1378StreamIn(value, RichTextBoxConstants.SFF_SELECTION | RichTextBoxConstants.SF_TEXT | RichTextBoxConstants.SF_UNICODE); 1467return StreamOut(RichTextBoxConstants.SF_TEXT | RichTextBoxConstants.SF_UNICODE); 1481StreamIn(value, RichTextBoxConstants.SF_TEXT | RichTextBoxConstants.SF_UNICODE); 2444flags = RichTextBoxConstants.SF_TEXT; 2447flags = RichTextBoxConstants.SF_UNICODE | RichTextBoxConstants.SF_TEXT; 2789flags = RichTextBoxConstants.SF_TEXT; 2792flags = RichTextBoxConstants.SF_UNICODE | RichTextBoxConstants.SF_TEXT;