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)
101
if (
_srcHost
is null)
172
if (
_srcHost
!= _destHost && _destHost is not null)
185
if (
_srcHost
!= _destHost && _destHost is not null)
232
if (_lastEffect == DragDropEffects.Copy || (
_srcHost
!= _destHost && _destHost is not null))
351
if (performCopy || (
_srcHost
!= _destHost && _destHost is not null))
379
if (
_srcHost
is not null && !(
_srcHost
!= _destHost && _destHost is not null && performCopy))
381
transSource =
_srcHost
.CreateTransaction(transDesc);
384
if (
_srcHost
!= _destHost && _destHost is not null)
666
if (_destHost is not null && _destHost !=
_srcHost
)
681
if (newDestHost !=
_srcHost
)
1151
if (_destHost !=
_srcHost
&& _destHost is not null)