3 references to SCF_ALL
System.Windows.Forms (3)
winforms\Managed\System\WinForms\RichTextBox.cs (3)
2241
return SetCharFormat(RichTextBoxConstants.
SCF_ALL
, cf);
2912
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_SETCHARFORMAT, selectionOnly ? RichTextBoxConstants.SCF_SELECTION : RichTextBoxConstants.
SCF_ALL
, cfA);
2926
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_SETCHARFORMAT, selectionOnly ? RichTextBoxConstants.SCF_SELECTION : RichTextBoxConstants.
SCF_ALL
, cfW);