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