4 writes to _componentTray
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\DocumentDesigner.cs (4)
368_componentTray = null; 430_componentTray = null; 915_componentTray = new ComponentTray(this, Component.Site); 972_componentTray = null;
34 references to _componentTray
System.Windows.Forms.Design (34)
System\Windows\Forms\Design\DocumentDesigner.cs (34)
202if (_componentTray is not null) 204_componentTray.AutoArrange = _trayAutoArrange; 216if (_componentTray is not null) 218_componentTray.ShowLargeIcons = _trayLargeIcon; 226get => _componentTray is not null ? _componentTray.Height : _trayHeight; 230if (_componentTray is not null) 232_componentTray.Height = _trayHeight; 245return c ?? (_componentTray is not null ? ((IOleDragClient)_componentTray).GetControlForComponent(component) : null); 251if (_componentTray is null) 270if (_componentTray.IsTrayComponent(comp)) 361if (_componentTray is not null) 366sws.RemoveSplitWindow(_componentTray); 367_componentTray.Dispose(); 421if (_componentTray is not null) 426sws?.RemoveSplitWindow(_componentTray); 429_componentTray.Dispose(); 910if (_componentTray is null) 916sws.AddSplitWindow(_componentTray); 918_componentTray.Height = _trayHeight; 919_componentTray.ShowLargeIcons = _trayLargeIcon; 920_componentTray.AutoArrange = _trayAutoArrange; 922host.AddService(_componentTray); 926if (_componentTray is not null) 937_componentTray.SuspendLayout(); 940_componentTray.AddComponent(component); 958if (!designableAsControl && _componentTray is not null) 960_componentTray.RemoveComponent(ce.Component); 962if (_componentTray.ComponentCount == 0) 967sws.RemoveSplitWindow(_componentTray); 971_componentTray.Dispose(); 1122if (_trayLayoutSuspended && _componentTray is not null) 1123_componentTray.ResumeLayout();