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