1 write to _typeId
System.ComponentModel.Primitives (1)
System\ComponentModel\EditorAttribute.cs (1)
91
_typeId
= GetType().FullName + baseType;
2 references to _typeId
System.ComponentModel.Primitives (2)
System\ComponentModel\EditorAttribute.cs (2)
83
if (
_typeId
== null)
93
return
_typeId
;