1 instantiation of BehaviorDataObject
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (1)
107_data = new BehaviorDataObject(dragComponents, source, this);
18 references to BehaviorDataObject
System.Windows.Forms.Design (18)
System\Windows\Forms\Design\Behavior\BehaviorService.AdornerWindow.cs (1)
175if (e.Data is DropSourceBehavior.BehaviorDataObject)
System\Windows\Forms\Design\Behavior\BehaviorService.cs (1)
194ICollection dragComponents = ((DropSourceBehavior.BehaviorDataObject)dropSourceBehavior.DataObject).DragComponents;
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (1)
33private readonly BehaviorDataObject _data; // drag data that represents the controls we're dragging & the effect/action
System\Windows\Forms\Design\Behavior\ToolStripPanelSelectionBehavior.cs (3)
26private static bool DragComponentContainsToolStrip(DropSourceBehavior.BehaviorDataObject? data) 224if (e.Data is DropSourceBehavior.BehaviorDataObject data) 310=> DragComponentContainsToolStrip(data as DropSourceBehavior.BehaviorDataObject)
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (1)
758if (de.Data is DropSourceBehavior.BehaviorDataObject data)
System\Windows\Forms\Design\ParentControlDesigner.cs (8)
1370DropSourceBehavior.BehaviorDataObject data = de.Data as DropSourceBehavior.BehaviorDataObject; 1388DropSourceBehavior.BehaviorDataObject data = de.Data as DropSourceBehavior.BehaviorDataObject; 1453DropSourceBehavior.BehaviorDataObject behDataObject = null; 1454DropSourceBehavior.BehaviorDataObject data = de.Data as DropSourceBehavior.BehaviorDataObject; 1657if (de.Data is DropSourceBehavior.BehaviorDataObject data)
System\Windows\Forms\Design\TabControlDesigner.cs (2)
503DropSourceBehavior.BehaviorDataObject data = de.Data as DropSourceBehavior.BehaviorDataObject;
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
953if (de.Data is DropSourceBehavior.BehaviorDataObject data)