8 references to GetComponentActions
System.Windows.Forms.Design (8)
System\ComponentModel\Design\DesignerActionPanel.cs (1)
610relatedLists = actionService.GetComponentActions(relatedComponent);
System\ComponentModel\Design\DesignerActionService.cs (4)
78OnDesignerActionListsChanged(new DesignerActionListsChangedEventArgs(comp, DesignerActionListsChangedType.ActionListsAdded, GetComponentActions(comp))); 108OnDesignerActionListsChanged(new(comp, DesignerActionListsChangedType.ActionListsRemoved, GetComponentActions(comp))); 312OnDesignerActionListsChanged(new DesignerActionListsChangedEventArgs(comp, DesignerActionListsChangedType.ActionListsRemoved, GetComponentActions(comp))); 366OnDesignerActionListsChanged(new DesignerActionListsChangedEventArgs(comp, DesignerActionListsChangedType.ActionListsRemoved, GetComponentActions(comp)));
System\ComponentModel\Design\DesignerActionUI.cs (1)
179dalColl ??= _designerActionService.GetComponentActions(comp);
System\ComponentModel\Design\DesignerActionUIService.cs (1)
87DesignerActionListCollection coll = _designerActionService.GetComponentActions(component);
System\ComponentModel\Design\MenuCommandService.cs (1)
220DesignerActionListCollection actionLists = daSvc.GetComponentActions(selectedComponent);