2 references to GetProperties
System.ComponentModel.TypeConverter (1)
System\ComponentModel\TypeDescriptor.cs (1)
1381return GetProperties(component, false);
System.Data.Common (1)
System\Data\Common\DbConnectionStringBuilder.cs (1)
442foreach (PropertyDescriptor reflected in TypeDescriptor.GetProperties(this, true))