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