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