4 writes to EditorTypeName
System.ComponentModel.Primitives (4)
System\ComponentModel\EditorAttribute.cs (4)
22EditorTypeName = string.Empty; 34EditorTypeName = typeName; 46EditorTypeName = typeName; 58EditorTypeName = type.AssemblyQualifiedName!;
5 references to EditorTypeName
System.ComponentModel.Primitives (2)
System\ComponentModel\EditorAttribute.cs (2)
105&& other.EditorTypeName == EditorTypeName
System.ComponentModel.TypeConverter (3)
System\ComponentModel\PropertyDescriptor.cs (1)
312Type? type = GetTypeFromName(attr.EditorTypeName);
System\ComponentModel\ReflectTypeDescriptionProvider.ReflectedTypeData.cs (2)
330Type? editorType = GetTypeFromName(instanceAttr!.EditorTypeName); 356Type? editorType = GetTypeFromName(typeAttr.EditorTypeName);