2 writes to componentsCreatingEvent
System.Drawing (2)
commonui\System\Drawing\Design\ToolboxItem.cs (2)
309
componentsCreatingEvent
+= value;
312
componentsCreatingEvent
-= value;
2 references to componentsCreatingEvent
System.Drawing (2)
commonui\System\Drawing\Design\ToolboxItem.cs (2)
814
if (
componentsCreatingEvent
!= null) {
815
componentsCreatingEvent
(this, args);