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