3 writes to toolboxItemTypeName
System (3)
compmod\system\componentmodel\design\ToolboxItemAttribute.cs (3)
61
toolboxItemTypeName
= "System.Drawing.Design.ToolboxItem, " + AssemblyRef.SystemDrawing;
74
this.
toolboxItemTypeName
= toolboxItemTypeName;
85
this.
toolboxItemTypeName
= toolboxItemType.AssemblyQualifiedName;
7 references to toolboxItemTypeName
System (7)
compmod\system\componentmodel\design\ToolboxItemAttribute.cs (7)
96
if (
toolboxItemTypeName
!= null) {
98
toolboxItemType = Type.GetType(
toolboxItemTypeName
, true);
101
throw new ArgumentException(SR.GetString(SR.ToolboxItemAttributeFailedGetType,
toolboxItemTypeName
), ex);
111
if (
toolboxItemTypeName
== null) {
114
return
toolboxItemTypeName
;
128
if (
toolboxItemTypeName
!= null) {
129
return
toolboxItemTypeName
.GetHashCode();