3 writes to _toolboxItemTypeName
System.ComponentModel.TypeConverter (3)
System\ComponentModel\ToolboxItemAttribute.cs (3)
50_toolboxItemTypeName = DefaultToolboxItemTypeName; 61_toolboxItemTypeName = toolboxItemTypeName; 72_toolboxItemTypeName = toolboxItemType.AssemblyQualifiedName;
7 references to _toolboxItemTypeName
System.ComponentModel.TypeConverter (7)
System\ComponentModel\ToolboxItemAttribute.cs (7)
36public override bool IsDefaultAttribute() => _toolboxItemTypeName == DefaultToolboxItemTypeName; 85if (_toolboxItemTypeName != null) 89_toolboxItemType = Type.GetType(_toolboxItemTypeName, true); 93throw new ArgumentException(SR.Format(SR.ToolboxItemAttributeFailedGetType, _toolboxItemTypeName), ex); 102public string ToolboxItemTypeName => _toolboxItemTypeName ?? string.Empty; 116if (_toolboxItemTypeName != null) 118return _toolboxItemTypeName.GetHashCode();