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