40 references to GetProperties
PresentationFramework (3)
src\Framework\MS\Internal\Data\ValueTable.cs (1)
229pd = TypeDescriptor.GetProperties(item.GetType())[name];
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
2216pdc = TypeDescriptor.GetProperties(itemType);
src\Framework\System\Windows\Data\CollectionView.cs (1)
1479properties = TypeDescriptor.GetProperties(itemType);
System (2)
compmod\system\componentmodel\BindingList.cs (1)
599itemTypeProperties = TypeDescriptor.GetProperties(typeof(T));
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (1)
1744return TypeDescriptor.GetProperties(_type)[attr.Name];
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\MutableAttributeTable.cs (1)
547p = TypeDescriptor.GetProperties(kv.Key)[kvMember.Key];
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\ExtensibilityAccessor.cs (1)
152PropertyDescriptorCollection properties = TypeDescriptor.GetProperties(genericType);
System.ComponentModel.DataAnnotations (1)
DataAnnotations\ValidationAttributeStore.cs (1)
211PropertyDescriptorCollection properties = TypeDescriptor.GetProperties(this._type);
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\MutableAttributeTable.cs (1)
547p = TypeDescriptor.GetProperties(kv.Key)[kvMember.Key];
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\ExtensibilityAccessor.cs (1)
152PropertyDescriptorCollection properties = TypeDescriptor.GetProperties(genericType);
System.Data.Entity (1)
System\Data\Objects\DataRecordObjectView.cs (1)
166propertyDescriptors = TypeDescriptor.GetProperties(GetListItemType(propertyDescriptor.PropertyType));
System.Web (12)
Compilation\AppSettingsExpressionBuilder.cs (1)
65PropertyDescriptor propDesc = TypeDescriptor.GetProperties(targetType)[propertyName];
Compilation\CodeDOMUtility.cs (1)
46pd = TypeDescriptor.GetProperties(propertyInfo.ReflectedType)[propertyInfo.Name];
Compilation\ResourceExpressionBuilder.cs (1)
197PropertyDescriptor pd = TypeDescriptor.GetProperties(objType)[propName];
Compilation\RouteValueExpressionBuilder.cs (1)
54PropertyDescriptor propDesc = TypeDescriptor.GetProperties(controlType)[propertyName];
UI\ControlPropertyNameConverter.cs (1)
30PropertyDescriptorCollection pdc = TypeDescriptor.GetProperties(control.GetType());
UI\DataBinder.cs (1)
149properties = TypeDescriptor.GetProperties(containerType);
UI\PropertyConverter.cs (1)
89pd = TypeDescriptor.GetProperties(propertyInfo.ReflectedType)[propertyInfo.Name];
UI\TargetFrameworkUtil.cs (2)
322return TypeDescriptor.GetProperties(type); 367propertyDescriptors = TypeDescriptor.GetProperties(objectType);
UI\WebControls\DataGrid.cs (1)
938propDescs = TypeDescriptor.GetProperties(sampleItemType);
UI\WebControls\DetailsViewRowsGenerator.cs (1)
61propDescs = TypeDescriptor.GetProperties(dataItemType);
UI\WebControls\GridViewColumnsGenerator.cs (1)
99propDescs = TypeDescriptor.GetProperties(sampleItemType);
System.Web.DynamicData (1)
DynamicData\ModelProviders\SimpleTableProvider.cs (1)
23InitializeColumns(TypeDescriptor.GetProperties(entityType));
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceViewSchema.cs (1)
65PropertyDescriptorCollection properties = TypeDescriptor.GetProperties(type);
System.Web.Extensions (1)
UI\WebControls\QueryableDataSourceView.cs (1)
587PropertyDescriptorCollection props = TypeDescriptor.GetProperties(EntityType);
System.Web.Mobile (10)
UI\MobileControls\Design\MobileControlPersister.cs (1)
559subProps = TypeDescriptor.GetProperties(propType);
UI\MobileControls\Design\PropertyOverridesDialog.cs (7)
674foreach(PropertyDescriptor property in TypeDescriptor.GetProperties( 758TypeDescriptor.GetProperties(dest.GetType()); 889TypeDescriptor.GetProperties( 916TypeDescriptor.GetProperties( 959TypeDescriptor.GetProperties( 990TypeDescriptor.GetProperties( 1132TypeDescriptor.GetProperties(
UI\MobileControls\Design\StylesEditorDialog.cs (2)
1185property = TypeDescriptor.GetProperties(typeof(Style))["StyleReference"]; 1222property = TypeDescriptor.GetProperties(typeof(Style))["StyleReference"];
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Binding.cs (1)
529propInfos = TypeDescriptor.GetProperties(controlClass);
winforms\Managed\System\WinForms\BindingMAnagerBase.cs (1)
163return TypeDescriptor.GetProperties(listType);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
151PropertyDescriptor componentProperty = TypeDescriptor.GetProperties(ownerType)[this.PropertyName];
WindowsBase (1)
Base\System\ComponentModel\DependencyPropertyDescriptor.cs (1)
583_property = TypeDescriptor.GetProperties(_componentType)[Name];