3 references to s_fInCtorSection
System.Windows.Forms (3)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (3)
85
private static readonly BitVector32.Section s_protectedErrorSection = BitVector32.CreateSection(1,
s_fInCtorSection
);
451
get => _richTextBoxFlags[
s_fInCtorSection
] != 0;
452
set => _richTextBoxFlags[
s_fInCtorSection
] = value ? 1 : 0;