2 references to GetDefaultProperty
System.ComponentModel.TypeConverter (1)
System\ComponentModel\TypeDescriptor.cs (1)
942public static PropertyDescriptor? GetDefaultProperty(object component) => GetDefaultProperty(component, false);
System.Data.Common (1)
System\Data\Common\DbConnectionStringBuilder.cs (1)
624return TypeDescriptor.GetDefaultProperty(this, true);