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