2 references to s_enableAutoDragDropSection
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
361
get => _richTextBoxFlags[
s_enableAutoDragDropSection
] != 0;
364
_richTextBoxFlags[
s_enableAutoDragDropSection
] = value ? 1 : 0;