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