1 write to _comp
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\BaseContextMenuStrip.cs (1)
267_comp = c;
5 references to _comp
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\BaseContextMenuStrip.cs (5)
271if (_comp is not null && _comp.Site is { } site) 304_image ??= ToolboxBitmapAttribute.GetImageFromResource(_comp!.GetType(), imageName: null, large: false); 321if (_comp is not null && _serviceProvider.TryGetService(out ISelectionService? selectionService)) 323selectionService.SetSelectedComponents(new object[] { _comp }, SelectionTypes.Replace);