2 writes to _toolboxItemType
System.ComponentModel.TypeConverter (2)
System\ComponentModel\ToolboxItemAttribute.cs (2)
71
_toolboxItemType
= toolboxItemType;
89
_toolboxItemType
= Type.GetType(_toolboxItemTypeName, true);
2 references to _toolboxItemType
System.ComponentModel.TypeConverter (2)
System\ComponentModel\ToolboxItemAttribute.cs (2)
83
if (
_toolboxItemType
== null)
97
return
_toolboxItemType
;