3 references to TypeDescriptorExpectedElementType
System.ComponentModel.TypeConverter (3)
System\ComponentModel\TypeDescriptor.cs (3)
2095
throw new ArgumentException(SR.Format(SR.
TypeDescriptorExpectedElementType
, typeof(Attribute).FullName));
2108
throw new ArgumentException(SR.Format(SR.
TypeDescriptorExpectedElementType
, typeof(PropertyDescriptor).FullName));
2121
throw new ArgumentException(SR.Format(SR.
TypeDescriptorExpectedElementType
, typeof(EventDescriptor).FullName));