4 writes to EditorTypeName
System.ComponentModel.Primitives (4)
System\ComponentModel\EditorAttribute.cs (4)
22EditorTypeName = string.Empty; 34EditorTypeName = typeName; 46EditorTypeName = typeName; 58EditorTypeName = type.AssemblyQualifiedName!;
7 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)
318Type? type = GetTypeFromName(attr.EditorTypeName);
System\ComponentModel\ReflectTypeDescriptionProvider.ReflectedTypeData.cs (2)
330Type? editorType = GetTypeFromName(instanceAttr!.EditorTypeName); 356Type? editorType = GetTypeFromName(typeAttr.EditorTypeName);
System.Windows.Forms (2)
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (2)
532&& Type.GetType(attribute.EditorTypeName) is { } type) 544Debug.Fail($"Failed to create editor of type '{attribute.EditorTypeName}' from Attribute", ex.ToString());