4 references to ActionListsAdded
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionService.cs (1)
78
OnDesignerActionListsChanged(new DesignerActionListsChangedEventArgs(comp, DesignerActionListsChangedType.
ActionListsAdded
, GetComponentActions(comp)));
System\ComponentModel\Design\DesignerActionUI.cs (1)
427
if (e.ChangeType == DesignerActionListsChangedType.
ActionListsAdded
)
System.Windows.Forms.Design.Tests (2)
System\ComponentModel\Design\DesignerActionListsChangedEventArgsTests.cs (2)
10
yield return new object[] { null, DesignerActionListsChangedType.
ActionListsAdded
- 1, null };
11
yield return new object[] { new(), DesignerActionListsChangedType.
ActionListsAdded
, new DesignerActionListCollection() };