2 writes to _designerActionService
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionUI.cs (2)
81
_designerActionService
= designerActionService;
148
_designerActionService
= null!;
5 references to _designerActionService
System.Windows.Forms.Design (5)
System\ComponentModel\Design\DesignerActionUI.cs (5)
85
_designerActionService
.DesignerActionListsChanged += OnDesignerActionsChanged;
139
if (
_designerActionService
is not null)
141
_designerActionService
.DesignerActionListsChanged -= OnDesignerActionsChanged;
144
_designerActionService
.Dispose();
179
dalColl ??=
_designerActionService
.GetComponentActions(comp);