1 write to Source
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.BehaviorDataObject.cs (1)
21
Source
= source;
3 references to Source
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (2)
339
Control dragSource = _data.
Source
;
627
if (_data.Target.Equals(_data.
Source
) && _lastEffect != DragDropEffects.Copy)
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
1460
newTarget = !(data.
Source
.Equals(Component)); // Check if we are moving to a new target