24 references to GetProperties
System (3)
compmod\system\componentmodel\ComponentConverter.cs (1)
42
return TypeDescriptor.
GetProperties
(value, attributes);
compmod\system\componentmodel\ExpandableObjectConverter.cs (1)
38
return TypeDescriptor.
GetProperties
(value, attributes);
compmod\system\componentmodel\PropertyDescriptor.cs (1)
272
return TypeDescriptor.
GetProperties
(instance, filter);
System.Web (2)
UI\WebControls\BaseValidator.cs (1)
544
return TypeDescriptor.
GetProperties
(component, null)[valProp.Name];
UI\WebParts\PropertyGridEditorPart.cs (1)
250
PropertyDescriptorCollection propDescs = TypeDescriptor.
GetProperties
(editableObject, FilterAttributes);
System.Web.Mobile (1)
UI\MobileControls\Design\MobileControlPersister.cs (1)
499
properties = TypeDescriptor.
GetProperties
(component,
System.Windows.Forms (12)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IDispatchConverter.cs (1)
90
return TypeDescriptor.
GetProperties
(value, attributes);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (1)
1391
PropertyDescriptorCollection props = TypeDescriptor.
GetProperties
(value, attributes);
winforms\Managed\System\WinForms\Control.cs (2)
17308
PropertyDescriptorCollection props = TypeDescriptor.
GetProperties
(control,
18027
PropertyDescriptorCollection props = TypeDescriptor.
GetProperties
(control,
winforms\Managed\System\WinForms\Design\EventsTab.cs (1)
156
PropertyDescriptorCollection namespaceProperties = TypeDescriptor.
GetProperties
(component, attributesPlusNamespace);
winforms\Managed\System\WinForms\FlatButtonAppearance.cs (1)
196
return TypeDescriptor.
GetProperties
(value, attributes);
winforms\Managed\System\WinForms\ListBindingHelper.cs (4)
496
pdc = TypeDescriptor.
GetProperties
(target, BrowsableAttributeList);
628
pdc = TypeDescriptor.
GetProperties
(enumerable, BrowsableAttributeList);
634
pdc = TypeDescriptor.
GetProperties
(instance, BrowsableAttributeList);
637
pdc = TypeDescriptor.
GetProperties
(enumerable, BrowsableAttributeList);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertiesTab.cs (2)
88
return TypeDescriptor.
GetProperties
(component, attributes);
93
return TypeDescriptor.
GetProperties
(component, attributes);
System.Workflow.ComponentModel (5)
AuthoringOM\Design\ActivityDesigner.cs (1)
743
PropertyDescriptorCollection properties = TypeDescriptor.
GetProperties
(Activity, new Attribute[] { new BrowsableAttribute(true) });
AuthoringOM\Design\DesignerHelpers.cs (1)
1338
PropertyDescriptorCollection properties = TypeDescriptor.
GetProperties
(component, new Attribute[] { BrowsableAttribute.Yes });
AuthoringOM\Design\ReferenceService.cs (1)
41
foreach (PropertyDescriptor property in TypeDescriptor.
GetProperties
(reference, Attributes))
AuthoringOM\Design\TypeConverters.cs (2)
138
props = PropertyDescriptorFilter.FilterProperties(component.Site, value, TypeDescriptor.
GetProperties
(value, new Attribute[] { BrowsableAttribute.Yes }));
274
PropertyDescriptorCollection props = TypeDescriptor.
GetProperties
(value, new Attribute[] { BrowsableAttribute.Yes });
System.WorkflowServices (1)
System\Workflow\Activities\WorkflowServiceAttributesTypeConverter.cs (1)
16
PropertyDescriptorCollection subProperties = TypeDescriptor.
GetProperties
(value, new Attribute[] { new BrowsableAttribute(true) });