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)
36
public override bool IsDefaultAttribute() =>
_toolboxItemTypeName
== DefaultToolboxItemTypeName;
85
if (
_toolboxItemTypeName
!= null)
89
_toolboxItemType = Type.GetType(
_toolboxItemTypeName
, true);
93
throw new ArgumentException(SR.Format(SR.ToolboxItemAttributeFailedGetType,
_toolboxItemTypeName
), ex);
102
public string ToolboxItemTypeName =>
_toolboxItemTypeName
?? string.Empty;
116
if (
_toolboxItemTypeName
!= null)
118
return
_toolboxItemTypeName
.GetHashCode();