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