1 write to _sourceBehavior
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.BehaviorDataObject.cs (1)
22
_sourceBehavior
= sourceBehavior;
3 references to _sourceBehavior
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.BehaviorDataObject.cs (3)
32
internal void EndDragDrop(bool allowSetChildIndexOnDrop) =>
_sourceBehavior
.EndDragDrop(allowSetChildIndexOnDrop);
34
internal void CleanupDrag() =>
_sourceBehavior
.CleanupDrag();
36
internal List<IComponent> GetSortedDragControls(out int primaryControlIndex) =>
_sourceBehavior
.GetSortedDragControls(out primaryControlIndex);