5 references to ComponentActionsType
System.Windows.Forms.Design (5)
System\ComponentModel\Design\DesignerActionService.cs (5)
145
return GetComponentActions(component,
ComponentActionsType
.All);
148
public virtual DesignerActionListCollection GetComponentActions(IComponent component,
ComponentActionsType
type)
155
case
ComponentActionsType
.All:
159
case
ComponentActionsType
.Component:
162
case
ComponentActionsType
.Service: