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