4 references to GetProperties
System (1)
compmod\system\componentmodel\TypeDescriptor.cs (1)
2006
return
GetProperties
(component, attributes, false);
System.Activities (1)
System\Activities\DynamicActivityTypeDescriptor.cs (1)
103
dynamicProperties = TypeDescriptor.
GetProperties
(this.owner, attributes, true);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\AxHost.cs (1)
2883
PropertyDescriptorCollection baseProps = TypeDescriptor.
GetProperties
(this, null, true);
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
600
interopProperties = TypeDescriptor.
GetProperties
(this, attributes, true);