Implemented interface member:
method
GetProperties
System.ComponentModel.ICustomTypeDescriptor.GetProperties()
9 overrides of GetProperties
System.Activities (1)
System\Activities\WorkflowDataContext.cs (1)
190public override PropertyDescriptorCollection GetProperties()
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
1211public override PropertyDescriptorCollection GetProperties()
System.Activities.Presentation\System\Activities\Presentation\NamespaceSettingsHandler.cs (1)
176public override PropertyDescriptorCollection GetProperties()
System.ComponentModel.DataAnnotations (1)
DataAnnotations\AssociatedMetadataTypeTypeDescriptor.cs (1)
35public override PropertyDescriptorCollection GetProperties() {
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
1211public override PropertyDescriptorCollection GetProperties()
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\NamespaceSettingsHandler.cs (1)
176public override PropertyDescriptorCollection GetProperties()
System.Web.DynamicData (1)
DynamicData\Util\DictionaryCustomTypeDescriptor.cs (1)
26public override PropertyDescriptorCollection GetProperties() {
System.Workflow.ComponentModel (1)
AuthoringOM\Design\PropertyDescriptors.cs (1)
820public override PropertyDescriptorCollection GetProperties()
System.Xml.Linq (1)
System\Xml\Linq\XComponentModel.cs (1)
28public override PropertyDescriptorCollection GetProperties() {
4 references to GetProperties
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
1213return new PropertyDescriptorCollection(base.GetProperties().Cast<PropertyDescriptor>()
System.ComponentModel.DataAnnotations (1)
DataAnnotations\AssociatedMetadataTypeTypeDescriptor.cs (1)
36return GetPropertiesWithMetadata(base.GetProperties());
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
1213return new PropertyDescriptorCollection(base.GetProperties().Cast<PropertyDescriptor>()
System.Workflow.ComponentModel (1)
AuthoringOM\Design\PropertyDescriptors.cs (1)
822PropertyDescriptorCollection properties = base.GetProperties();