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