1 write to _component
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ComponentTray.cs (1)
1915_component = component;
13 references to _component
System.Windows.Forms.Design (13)
System\Windows\Forms\Design\ComponentTray.cs (13)
1952get => _component; 2020ISite site = _component.Site; 2062if (e.Component == _component) 2093IDesigner designer = host.GetDesigner(_component); 2096ViewDefaultEvent(_component); 2241if (s is not null && !s.GetComponentSelected(_component)) 2243s.SetSelectedComponents(new object[] { _component }, SelectionTypes.Replace); 2365prop = TypeDescriptor.GetProperties(_component)["Locked"]; 2378if (prop is not null && ((bool)prop.GetValue(_component))) 2424if (value && !_tray.CanDisplayComponent(_component)) 2432public override string ToString() => $"ComponentTray: {_component}"; 2436ToolboxBitmapAttribute attr = (ToolboxBitmapAttribute)TypeDescriptor.GetAttributes(_component)[typeof(ToolboxBitmapAttribute)]; 2439_toolboxBitmap = attr.GetImage(_component, _tray.ShowLargeIcons);