4 references to CFM_PROTECTED
System.Windows.Forms (4)
winforms\Managed\System\WinForms\RichTextBox.cs (4)
1221
return GetCharFormat(RichTextBoxConstants.
CFM_PROTECTED
, RichTextBoxConstants.
CFM_PROTECTED
) == RichTextBoxSelectionAttribute.All;
1225
SetCharFormat(RichTextBoxConstants.
CFM_PROTECTED
, value ? RichTextBoxConstants.CFE_PROTECTED : 0, RichTextBoxSelectionAttribute.All);
3502
if ((charFormat.dwMask & RichTextBoxConstants.
CFM_PROTECTED
) != 0) {