3 references to allowOleDropSection
System.Windows.Forms (3)
winforms\Managed\System\WinForms\RichTextBox.cs (3)
133
private static readonly BitVector32.Section suppressTextChangedEventSection = BitVector32.CreateSection(1,
allowOleDropSection
);
165
return richTextBoxFlags[
allowOleDropSection
] != 0;
178
richTextBoxFlags[
allowOleDropSection
] = value ? 1 : 0;