1 write to _component
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ComponentTray.cs (1)
1906_component = component;
13 references to _component
System.Windows.Forms.Design (13)
System\Windows\Forms\Design\ComponentTray.cs (13)
1940get => _component; 2008ISite site = _component.Site; 2050if (e.Component == _component) 2081IDesigner designer = host.GetDesigner(_component); 2084ViewDefaultEvent(_component); 2229if (s is not null && !s.GetComponentSelected(_component)) 2231s.SetSelectedComponents(new object[] { _component }, SelectionTypes.Replace); 2353prop = TypeDescriptor.GetProperties(_component)["Locked"]; 2366if (prop is not null && ((bool)prop.GetValue(_component))) 2412if (value && !_tray.CanDisplayComponent(_component)) 2420public override string ToString() => $"ComponentTray: {_component}"; 2424ToolboxBitmapAttribute attr = (ToolboxBitmapAttribute)TypeDescriptor.GetAttributes(_component)[typeof(ToolboxBitmapAttribute)]; 2427_toolboxBitmap = attr.GetImage(_component, _tray.ShowLargeIcons);