3 references to callOnContentsResizedSection
System.Windows.Forms (3)
winforms\Managed\System\WinForms\RichTextBox.cs (3)
135
private static readonly BitVector32.Section richTextShortcutsEnabledSection = BitVector32.CreateSection(1,
callOnContentsResizedSection
);
322
get { return richTextBoxFlags[
callOnContentsResizedSection
] != 0; }
323
set { richTextBoxFlags[
callOnContentsResizedSection
] = value ? 1 : 0; }