2 writes to toolboxItemType
System (2)
compmod\system\componentmodel\design\ToolboxItemAttribute.cs (2)
84this.toolboxItemType = toolboxItemType; 98toolboxItemType = Type.GetType(toolboxItemTypeName, true);
2 references to toolboxItemType
System (2)
compmod\system\componentmodel\design\ToolboxItemAttribute.cs (2)
95if (toolboxItemType == null) { 105return toolboxItemType;