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