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