1 write to _component
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ComponentTray.cs (1)
1921_component = component;
13 references to _component
System.Windows.Forms.Design (13)
System\Windows\Forms\Design\ComponentTray.cs (13)
1958get => _component; 2026ISite site = _component.Site; 2068if (e.Component == _component) 2099IDesigner designer = host.GetDesigner(_component); 2102ViewDefaultEvent(_component); 2247if (s is not null && !s.GetComponentSelected(_component)) 2249s.SetSelectedComponents(new object[] { _component }, SelectionTypes.Replace); 2371prop = TypeDescriptor.GetProperties(_component)["Locked"]; 2384if (prop is not null && ((bool)prop.GetValue(_component))) 2430if (value && !_tray.CanDisplayComponent(_component)) 2438public override string ToString() => $"ComponentTray: {_component}"; 2442ToolboxBitmapAttribute attr = (ToolboxBitmapAttribute)TypeDescriptor.GetAttributes(_component)[typeof(ToolboxBitmapAttribute)]; 2445_toolboxBitmap = attr.GetImage(_component, _tray.ShowLargeIcons);