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