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