Base:
property
AllowDrop
System.Windows.Forms.Control.AllowDrop
6 writes to AllowDrop
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
909
PictureBoxDragSource.
AllowDrop
= true;
WinFormsControlsTest (5)
DragDrop.cs (5)
43
pictureBox1.
AllowDrop
= true;
49
pictureBox2.
AllowDrop
= true;
55
pictureBox3.
AllowDrop
= true;
61
pictureBox4.
AllowDrop
= true;
67
pictureBox5.
AllowDrop
= true;
1 reference to AllowDrop
System.Windows.Forms.Tests (1)
System\Windows\Forms\PictureBoxTests.cs (1)
26
Assert.False(control.
AllowDrop
);