3 references to s_allowOleDropSection
System.Windows.Forms (3)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (3)
88private static readonly BitVector32.Section s_suppressTextChangedEventSection = BitVector32.CreateSection(1, s_allowOleDropSection); 119get => _richTextBoxFlags[s_allowOleDropSection] != 0; 122_richTextBoxFlags[s_allowOleDropSection] = value ? 1 : 0;