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)
23Debug.Assert(_designerActionService is not null, "we should have created and registered the DAService first"); 85if (_designerActionService is not null) 87DesignerActionListCollection coll = _designerActionService.GetComponentActions(component);