2 writes to _componentsCreatingEvent
System.Windows.Forms.Design (2)
System\Drawing\Design\ToolboxItem.cs (2)
196add => _componentsCreatingEvent += value; 197remove => _componentsCreatingEvent -= value;
1 reference to _componentsCreatingEvent
System.Windows.Forms.Design (1)
System\Drawing\Design\ToolboxItem.cs (1)
729_componentsCreatingEvent?.Invoke(this, args);