2 references to enableAutoDragDropSection
System.Windows.Forms (2)
winforms\Managed\System\WinForms\RichTextBox.cs (2)
481return richTextBoxFlags[enableAutoDragDropSection] != 0; 496richTextBoxFlags[enableAutoDragDropSection] = value ? 1 : 0;