5 instantiations of DesignerActionListsChangedEventArgs
System.Windows.Forms.Design (4)
System\ComponentModel\Design\DesignerActionService.cs (4)
78OnDesignerActionListsChanged(new DesignerActionListsChangedEventArgs(comp, DesignerActionListsChangedType.ActionListsAdded, GetComponentActions(comp))); 108OnDesignerActionListsChanged(new(comp, DesignerActionListsChangedType.ActionListsRemoved, GetComponentActions(comp))); 312OnDesignerActionListsChanged(new DesignerActionListsChangedEventArgs(comp, DesignerActionListsChangedType.ActionListsRemoved, GetComponentActions(comp))); 366OnDesignerActionListsChanged(new DesignerActionListsChangedEventArgs(comp, DesignerActionListsChangedType.ActionListsRemoved, GetComponentActions(comp)));
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\DesignerActionListsChangedEventArgsTests.cs (1)
18DesignerActionListsChangedEventArgs e = new(relatedObject, changeType, actionLists);
8 references to DesignerActionListsChangedEventArgs
System.Design (1)
artifacts\obj\System.Design.Facade\Release\net9.0\System.Design.Forwards.cs (1)
16[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.DesignerActionListsChangedEventArgs))]
System.Windows.Forms.Design (6)
System\ComponentModel\Design\DesignerActionListsChangedEventArgs.cs (1)
18/// Initializes a new instance of the <see cref="DesignerActionListsChangedEventArgs" /> class with the specified related object,
System\ComponentModel\Design\DesignerActionListsChangedEventHandler.cs (1)
10public delegate void DesignerActionListsChangedEventHandler(object sender, DesignerActionListsChangedEventArgs e);
System\ComponentModel\Design\DesignerActionService.cs (1)
297private void OnDesignerActionListsChanged(DesignerActionListsChangedEventArgs e)
System\ComponentModel\Design\DesignerActionUI.cs (3)
46private delegate void ActionChangedEventHandler(object sender, DesignerActionListsChangedEventArgs e); 374private void OnDesignerActionsChanged(object sender, DesignerActionListsChangedEventArgs e) 424private void OnInvokedDesignerActionChanged(object sender, DesignerActionListsChangedEventArgs e)
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\DesignerActionListsChangedEventArgsTests.cs (1)
18DesignerActionListsChangedEventArgs e = new(relatedObject, changeType, actionLists);