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)
271
if (
_comp
is not null &&
_comp
.Site is { } site)
304
_image ??= ToolboxBitmapAttribute.GetImageFromResource(
_comp
!.GetType(), imageName: null, large: false);
321
if (
_comp
is not null && _serviceProvider.TryGetService(out ISelectionService? selectionService))
323
selectionService.SetSelectedComponents(new object[] {
_comp
}, SelectionTypes.Replace);