2 writes to componentsCreatedEvent
System.Drawing (2)
commonui\System\Drawing\Design\ToolboxItem.cs (2)
296
componentsCreatedEvent
+= value;
299
componentsCreatedEvent
-= value;
2 references to componentsCreatedEvent
System.Drawing (2)
commonui\System\Drawing\Design\ToolboxItem.cs (2)
802
if (
componentsCreatedEvent
!= null) {
803
componentsCreatedEvent
(this, args);