35 implementations of GetProperties
System (5)
compmod\system\componentmodel\CustomTypeDescriptor.cs (1)
189
public virtual PropertyDescriptorCollection
GetProperties
()
compmod\system\componentmodel\TypeDescriptor.cs (4)
3586
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
()
3846
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
()
4278
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
()
4607
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
()
System.Activities (3)
System\Activities\DynamicActivity.cs (2)
191
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
()
379
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
()
System\Activities\DynamicActivityTypeDescriptor.cs (1)
87
public PropertyDescriptorCollection
GetProperties
()
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
764
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
()
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
300
public PropertyDescriptorCollection
GetProperties
()
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
1260
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
()
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (1)
383
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
()
System.Data (9)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
764
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
()
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
300
public PropertyDescriptorCollection
GetProperties
()
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
1260
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
()
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (1)
383
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
()
fx\src\data\System\Data\Common\DataRecordInternal.cs (1)
324
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
() {
fx\src\data\System\Data\Common\DbConnectionStringBuilder.cs (1)
500
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
() {
fx\src\data\System\Data\Common\dbdatarecord.cs (1)
125
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
() {
fx\src\data\System\Data\DataRowView.cs (1)
295
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
() {
fx\src\data\System\Data\DataViewManagerListItemTypeDescriptor.cs (1)
115
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
() {
System.Data.Entity (1)
System\Data\Common\DataRecord.cs (1)
508
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
() { return ((ICustomTypeDescriptor)this).GetProperties(null); }
System.Web (6)
UI\WebControls\ErrorStyle.cs (1)
59
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
() {
UI\WebControls\ErrorTableItemStyle.cs (1)
57
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
() {
UI\WebControls\SubMenuStyle.cs (1)
266
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
() {
UI\WebControls\XmlDataSourceNodeDescriptor.cs (1)
76
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
() {
UI\WebControls\XmlHierarchyData.cs (1)
165
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
() {
UI\WebParts\WebPartMenuStyle.cs (1)
176
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
() {
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceWrapper.cs (1)
89
public PropertyDescriptorCollection
GetProperties
()
System.Web.Mobile (1)
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
1129
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
()
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (1)
2983
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
() {
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
555
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
()
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
708
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
()
WindowsBase (2)
Base\MS\Internal\ComponentModel\APCustomTypeDescriptor.cs (1)
55
public PropertyDescriptorCollection
GetProperties
()
Base\MS\Internal\ComponentModel\DPCustomTypeDescriptor.cs (1)
80
public PropertyDescriptorCollection
GetProperties
()
33 references to GetProperties
System (10)
compmod\system\componentmodel\CustomTypeDescriptor.cs (1)
193
return _parent.
GetProperties
();
compmod\system\componentmodel\TypeDescriptor.cs (9)
1954
return GetDescriptor(componentType, "componentType").
GetProperties
();
2063
results = noAttributes ? typeDesc.
GetProperties
() : typeDesc.GetProperties(attributes);
2069
ICollection extResults = noAttributes ? extDesc.
GetProperties
() : extDesc.GetProperties(attributes);
2082
results = noAttributes ? typeDesc.
GetProperties
() : typeDesc.GetProperties(attributes);
2087
ICollection extResults = noAttributes ? extDesc.
GetProperties
() : extDesc.GetProperties(attributes);
3848
PropertyDescriptorCollection properties = _primary.
GetProperties
();
3851
properties = _secondary.
GetProperties
();
4293
PropertyDescriptorCollection properties = desc.
GetProperties
();
4623
properties = desc.
GetProperties
();
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
766
return _provider.MergeProperties(_objectType, _parent.
GetProperties
());
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
297
return ((ICustomTypeDescriptor)this).
GetProperties
();
System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyCollectionImpl.cs (2)
83
propertyDescriptors = TypeDescriptor.GetProvider(instanceType).GetTypeDescriptor(instanceType).
GetProperties
();
87
propertyDescriptors = TypeDescriptor.GetProvider(instance).GetTypeDescriptor(instance).
GetProperties
();
System.ComponentModel.DataAnnotations (1)
DataAnnotations\CompareAttribute.cs (1)
56
PropertyDescriptor property = typeDescriptor.
GetProperties
().Find(propertyName, true);
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
766
return _provider.MergeProperties(_objectType, _parent.
GetProperties
());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
297
return ((ICustomTypeDescriptor)this).
GetProperties
();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyCollectionImpl.cs (2)
83
propertyDescriptors = TypeDescriptor.GetProvider(instanceType).GetTypeDescriptor(instanceType).
GetProperties
();
87
propertyDescriptors = TypeDescriptor.GetProvider(instance).GetTypeDescriptor(instance).
GetProperties
();
fx\src\data\System\Data\DataViewManager.cs (1)
327
return((ICustomTypeDescriptor)(new DataViewManagerListItemTypeDescriptor(this))).
GetProperties
();
System.Web (7)
ModelBinding\AssociatedMetadataProvider.cs (2)
34
foreach (PropertyDescriptor property in GetTypeDescriptor(containerType).
GetProperties
()) {
49
PropertyDescriptor property = typeDescriptor.
GetProperties
().Find(propertyName, true);
ModelBinding\AssociatedValidatorProvider.cs (1)
32
PropertyDescriptor property = typeDescriptor.
GetProperties
().Find(metadata.PropertyName, true);
ModelBinding\MutableObjectModelBinder.cs (2)
136
PropertyDescriptorCollection propertyDescriptors = modelDescriptor.
GetProperties
();
184
PropertyDescriptor propertyDescriptor = TypeDescriptorHelper.Get(bindingContext.ModelType).
GetProperties
().Find(propertyMetadata.PropertyName, true /* ignoreCase */);
UI\TargetFrameworkUtil.cs (2)
319
return descriptor.
GetProperties
();
349
return descriptor.
GetProperties
();
System.Web.DynamicData (2)
DynamicData\ModelProviders\ColumnProvider.cs (1)
41
return Table.GetTypeDescriptor().
GetProperties
().Find(Name, true/*ignoreCase*/);
DynamicData\ModelProviders\SimpleTableProvider.cs (1)
36
InitializeColumns(descriptor.
GetProperties
());
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceWrapper.cs (1)
96
return ((ICustomTypeDescriptor)this).
GetProperties
();
System.Web.Mobile (1)
UI\MobileControls\Design\Converters\DataFieldConverter.cs (1)
110
((ICustomTypeDescriptor)component).
GetProperties
()[_dataMemberPropertyName];
System.Windows.Forms (1)
winforms\Managed\System\WinForms\AxHost.cs (1)
4373
PropertyDescriptorCollection props = ((ICustomTypeDescriptor)host).
GetProperties
();
WindowsBase (1)
Base\MS\Internal\ComponentModel\DPCustomTypeDescriptor.cs (1)
280
PropertyDescriptorCollection baseProps = _parent.
GetProperties
();