3 references to DataObject
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\Behavior\BehaviorService.cs (2)
194
ICollection dragComponents = ((DropSourceBehavior.BehaviorDataObject)dropSourceBehavior.
DataObject
).DragComponents;
208
res = DropSource.DoDragDrop(dropSourceBehavior.
DataObject
, dropSourceBehavior.AllowedEffects);
System\Windows\Forms\Design\Behavior\DropSourceBehavior.BehaviorDataObject.cs (1)
11
/// This class extends from <see cref="
DataObject
"/> and carries additional