1 implementation of Activated
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerHost.cs (1)
872
event EventHandler IDesignerHost.
Activated
9 references to Activated
System.ComponentModel.TypeConverter (1)
System\ComponentModel\Design\IDesignerHost.cs (1)
52
/// Adds an event handler for the <see cref='System.ComponentModel.Design.IDesignerHost.
Activated
'/> event.
System.Windows.Forms.Design (8)
System\ComponentModel\Design\Serialization\BasicDesignerLoader.cs (2)
184
host.
Activated
+= OnDesignerActivate;
265
_host.
Activated
-= OnDesignerActivate;
System\Windows\Forms\Design\CommandSet.cs (2)
68
host.
Activated
+= UpdateClipboardItems;
372
host.
Activated
-= UpdateClipboardItems;
System\Windows\Forms\Design\DocumentDesigner.cs (2)
342
host.
Activated
-= OnDesignerActivate;
649
host.
Activated
+= OnDesignerActivate;
System\Windows\Forms\Design\FormDocumentDesigner.cs (2)
295
host.
Activated
-= OnDesignerActivate;
339
host.
Activated
+= OnDesignerActivate;