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