3 references to s_allowOleObjectsSection
System.Windows.Forms (3)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (3)
92private static readonly BitVector32.Section s_scrollBarsSection = BitVector32.CreateSection((short)RichTextBoxScrollBars.ForcedBoth, s_allowOleObjectsSection); 129get => _richTextBoxFlags[s_allowOleObjectsSection] != 0; 132_richTextBoxFlags[s_allowOleObjectsSection] = value ? 1 : 0;