1 write to ActionLists
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionListsChangedEventArgs.cs (1)
28
ActionLists
= actionLists;
6 references to ActionLists
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionUI.cs (2)
438
g = GetDesignerActionGlyph(relatedComponent, e.
ActionLists
);
450
if (e.ChangeType == DesignerActionListsChangedType.ActionListsRemoved && e.
ActionLists
!.Count == 0)
System.Windows.Forms.Design.Tests (4)
System\ComponentModel\Design\DesignerActionListsChangedEventArgsTests.cs (1)
21
Assert.Same(actionLists, e.
ActionLists
);
System\ComponentModel\Design\DesignerActionServiceTests.cs (3)
692
Assert.Empty(e.
ActionLists
);
874
Assert.Empty(e.
ActionLists
);
1004
Assert.Empty(e.
ActionLists
);