4 instantiations of DesignerActionListsChangedEventArgs
System.Windows.Forms.Design (4)
System\ComponentModel\Design\DesignerActionService.cs (4)
78
OnDesignerActionListsChanged(new
DesignerActionListsChangedEventArgs
(comp, DesignerActionListsChangedType.ActionListsAdded, GetComponentActions(comp)));
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)));
7 references to DesignerActionListsChangedEventArgs
System.Design (1)
src\winforms\artifacts\obj\System.Design.Facade\Release\net11.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)
10
public delegate void DesignerActionListsChangedEventHandler(object sender,
DesignerActionListsChangedEventArgs
e);
System\ComponentModel\Design\DesignerActionService.cs (1)
297
private void OnDesignerActionListsChanged(
DesignerActionListsChangedEventArgs
e)
System\ComponentModel\Design\DesignerActionUI.cs (3)
46
private delegate void ActionChangedEventHandler(object sender,
DesignerActionListsChangedEventArgs
e);
374
private void OnDesignerActionsChanged(object sender,
DesignerActionListsChangedEventArgs
e)
424
private void OnInvokedDesignerActionChanged(object sender,
DesignerActionListsChangedEventArgs
e)