2 writes to _destHost
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (2)
316_destHost = (IDesignerHost)_serviceProviderTarget.GetService(typeof(IDesignerHost)); 718_destHost = newDestHost;
22 references to _destHost
System.Windows.Forms.Design (22)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (22)
172if (_srcHost != _destHost && _destHost is not null) 185if (_srcHost != _destHost && _destHost is not null) 223if (c.Site is not null && !(c.Site is INestedSite) && _destHost is not null) 225_destHost.Container.Add(c); 232if (_lastEffect == DragDropEffects.Copy || (_srcHost != _destHost && _destHost is not null)) 313if (_destHost is null) 317if (_destHost is null) 351if (performCopy || (_srcHost != _destHost && _destHost is not null)) 379if (_srcHost is not null && !(_srcHost != _destHost && _destHost is not null && performCopy)) 384if (_srcHost != _destHost && _destHost is not null) 386transTarget = _destHost.CreateTransaction(transDesc); 664if ((_lastDropTarget is null) || (newDestHost != _destHost)) 666if (_destHost is not null && _destHost != _srcHost) 1151if (_destHost != _srcHost && _destHost is not null)