9 overrides of AllowDrop
System.Windows.Forms (9)
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
47public override bool AllowDrop
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
119public override bool AllowDrop
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
101public override bool AllowDrop
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
117public override bool AllowDrop
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
80public override bool AllowDrop
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
268public override bool AllowDrop
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (1)
65public override bool AllowDrop
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
1279public override bool AllowDrop
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
426public override bool AllowDrop
17 writes to AllowDrop
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
229this.rightsTable.AllowDrop = false;
System.Windows.Forms (7)
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
50set => base.AllowDrop = value;
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
122set => base.AllowDrop = value;
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
104set => base.AllowDrop = value;
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
83set => base.AllowDrop = value;
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
278base.AllowDrop = value;
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (1)
68set => base.AllowDrop = value;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
429set => base.AllowDrop = value;
System.Windows.Forms.Design (9)
System\Windows\Forms\Design\Behavior\BehaviorService.AdornerWindow.cs (1)
29AllowDrop = true;
System\Windows\Forms\Design\ComponentTray.cs (1)
81AllowDrop = true;
System\Windows\Forms\Design\ControlDesigner.cs (2)
624rc.AllowDrop = true; 639rc.AllowDrop = false;
System\Windows\Forms\Design\OleDragDropHandler.cs (2)
307c.AllowDrop = false; 540ctl.AllowDrop = true;
System\Windows\Forms\Design\SelectionUIService.cs (1)
68AllowDrop = true;
System\Windows\Forms\Design\ToolStripAdornerWindowService.cs (1)
166AllowDrop = true;
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (1)
295_treeView1.AllowDrop = true;
15 references to AllowDrop
System.Windows.Forms (10)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3288SetAcceptDrops(AllowDrop);
System\Windows\Forms\Control.cs (1)
7361SetAcceptDrops(AllowDrop);
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
49get => base.AllowDrop;
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
121get => base.AllowDrop;
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
103get => base.AllowDrop;
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
82get => base.AllowDrop;
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
270get => base.AllowDrop;
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (1)
67get => base.AllowDrop;
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
1281get => base.AllowDrop;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
428get => base.AllowDrop;
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\Behavior\SelectionManager.cs (1)
261if (g.RelatedComponent is Control control && (dragComps.Contains(g.RelatedComponent) || !control.AllowDrop))
System\Windows\Forms\Design\Behavior\ToolboxItemSnapLineBehavior.cs (1)
279if (!ctl.AllowDrop)
System\Windows\Forms\Design\ControlDesigner.cs (2)
620_hadDragDrop = rc.AllowDrop; 1009AllowDrop = Control.AllowDrop;
System\Windows\Forms\Design\OleDragDropHandler.cs (1)
304if (c.AllowDrop)