1 write to _srcHost
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (1)
100_srcHost = (IDesignerHost)_serviceProviderSource.GetService(typeof(IDesignerHost));
12 references to _srcHost
System.Windows.Forms.Design (12)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (12)
101if (_srcHost is null) 172if (_srcHost != _destHost && _destHost is not null) 185if (_srcHost != _destHost && _destHost is not null) 232if (_lastEffect == DragDropEffects.Copy || (_srcHost != _destHost && _destHost is not null)) 351if (performCopy || (_srcHost != _destHost && _destHost is not null)) 379if (_srcHost is not null && !(_srcHost != _destHost && _destHost is not null && performCopy)) 381transSource = _srcHost.CreateTransaction(transDesc); 384if (_srcHost != _destHost && _destHost is not null) 666if (_destHost is not null && _destHost != _srcHost) 681if (newDestHost != _srcHost) 1151if (_destHost != _srcHost && _destHost is not null)