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