2 references to CFE_PROTECTED
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
1079
return GetCharFormat(CFM_MASK.CFM_PROTECTED, CFE_EFFECTS.
CFE_PROTECTED
) == RichTextBoxSelectionAttribute.All;
1084
SetCharFormat(CFM_MASK.CFM_PROTECTED, value ? CFE_EFFECTS.
CFE_PROTECTED
: 0, RichTextBoxSelectionAttribute.All);