3 references to DesignerActionListsChanged
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerActionListsChangedEventArgs.cs (1)
7
/// Provides data for the <see cref="DesignerActionService.
DesignerActionListsChanged
" /> event.
System\ComponentModel\Design\DesignerActionUI.cs (2)
85
_designerActionService.
DesignerActionListsChanged
+= OnDesignerActionsChanged;
141
_designerActionService.
DesignerActionListsChanged
-= OnDesignerActionsChanged;