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