1 write to _designerActionService
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionUIService.cs (1)
22
_designerActionService
= serviceProvider.GetService(typeof(DesignerActionService)) as DesignerActionService;
3 references to _designerActionService
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerActionUIService.cs (3)
23
Debug.Assert(
_designerActionService
is not null, "we should have created and registered the DAService first");
85
if (
_designerActionService
is not null)
87
DesignerActionListCollection coll =
_designerActionService
.GetComponentActions(component);