4 writes to typeName
System (4)
compmod\system\componentmodel\EditorAttribute.cs (4)
30this.typeName = string.Empty; 41this.typeName = typeName; 51this.typeName = typeName; 60this.typeName = type.AssemblyQualifiedName;
3 references to typeName
System (3)
compmod\system\componentmodel\EditorAttribute.cs (3)
78return typeName; 113return (other != null) && other.typeName == typeName && other.baseTypeName == baseTypeName;