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