8 references to ActionListsRemoved
System.Windows.Forms.Design (4)
System\ComponentModel\Design\DesignerActionService.cs (3)
108OnDesignerActionListsChanged(new(comp, DesignerActionListsChangedType.ActionListsRemoved, GetComponentActions(comp))); 312OnDesignerActionListsChanged(new DesignerActionListsChangedEventArgs(comp, DesignerActionListsChangedType.ActionListsRemoved, GetComponentActions(comp))); 366OnDesignerActionListsChanged(new DesignerActionListsChangedEventArgs(comp, DesignerActionListsChangedType.ActionListsRemoved, GetComponentActions(comp)));
System\ComponentModel\Design\DesignerActionUI.cs (1)
450if (e.ChangeType == DesignerActionListsChangedType.ActionListsRemoved && e.ActionLists!.Count == 0)
System.Windows.Forms.Design.Tests (4)
System\ComponentModel\Design\DesignerActionServiceTests.cs (4)
206Assert.Equal(DesignerActionListsChangedType.ActionListsRemoved, e.ChangeType); 691Assert.Equal(DesignerActionListsChangedType.ActionListsRemoved, e.ChangeType); 873Assert.Equal(DesignerActionListsChangedType.ActionListsRemoved, e.ChangeType); 1003Assert.Equal(DesignerActionListsChangedType.ActionListsRemoved, e.ChangeType);