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