3 references to scrollBarsSection
System.Windows.Forms (3)
winforms\Managed\System\WinForms\RichTextBox.cs (3)
138private static readonly BitVector32.Section enableAutoDragDropSection = BitVector32.CreateSection(1, scrollBarsSection); 786return (RichTextBoxScrollBars) richTextBoxFlags[scrollBarsSection]; 806richTextBoxFlags[scrollBarsSection] = (int) value;