3 references to s_callOnContentsResizedSection
System.Windows.Forms (3)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (3)
90private static readonly BitVector32.Section s_richTextShortcutsEnabledSection = BitVector32.CreateSection(1, s_callOnContentsResizedSection); 238get => _richTextBoxFlags[s_callOnContentsResizedSection] != 0; 239set => _richTextBoxFlags[s_callOnContentsResizedSection] = value ? 1 : 0;