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