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