4 references to GetProperties
System (1)
compmod\system\componentmodel\TypeConverter.cs (1)
299
return
GetProperties
(null, value);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\ImmutablePropertyDescriptorGridEntry.cs (1)
57
PropertyDescriptorCollection props = parentConverter.
GetProperties
(parentEntry, owner);
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerHelpers.cs (2)
1740
PropertyDescriptor namePropertyDescriptor = TypeDescriptor.GetConverter(value).
GetProperties
(new TypeDescriptorContext(activity.Site, null, value), value)["ConditionName"];
1741
PropertyDescriptor expressionPropertyDescriptor = TypeDescriptor.GetConverter(value).
GetProperties
(new TypeDescriptorContext(activity.Site, null, value), value)["Expression"];