8 references to ActionListsRemoved
System.Windows.Forms.Design (4)
System\ComponentModel\Design\DesignerActionService.cs (3)
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)
450
if (e.ChangeType == DesignerActionListsChangedType.
ActionListsRemoved
&& e.ActionLists!.Count == 0)
System.Windows.Forms.Design.Tests (4)
System\ComponentModel\Design\DesignerActionServiceTests.cs (4)
206
Assert.Equal(DesignerActionListsChangedType.
ActionListsRemoved
, e.ChangeType);
691
Assert.Equal(DesignerActionListsChangedType.
ActionListsRemoved
, e.ChangeType);
873
Assert.Equal(DesignerActionListsChangedType.
ActionListsRemoved
, e.ChangeType);
1003
Assert.Equal(DesignerActionListsChangedType.
ActionListsRemoved
, e.ChangeType);