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)
208
Assert.Equal(DesignerActionListsChangedType.
ActionListsRemoved
, e.ChangeType);
693
Assert.Equal(DesignerActionListsChangedType.
ActionListsRemoved
, e.ChangeType);
875
Assert.Equal(DesignerActionListsChangedType.
ActionListsRemoved
, e.ChangeType);
1005
Assert.Equal(DesignerActionListsChangedType.
ActionListsRemoved
, e.ChangeType);