3 references to allowOleObjectsSection
System.Windows.Forms (3)
winforms\Managed\System\WinForms\RichTextBox.cs (3)
137private static readonly BitVector32.Section scrollBarsSection = BitVector32.CreateSection((short) RichTextBoxScrollBars.ForcedBoth, allowOleObjectsSection); 185return richTextBoxFlags[allowOleObjectsSection] != 0; 188richTextBoxFlags[allowOleObjectsSection] = value ? 1 : 0;