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)
83if (_toolboxItemType == null) 97return _toolboxItemType;