1 write to _dropSource
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\BehaviorService.cs (1)
183
private Control DropSource =>
_dropSource
??= new Control();
1 reference to _dropSource
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\BehaviorService.cs (1)
182
[MemberNotNull(nameof(
_dropSource
))]