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