Base:
method
GetProperties
System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
5 overrides of GetProperties
System.Windows.Forms (1)
winforms\Managed\System\WinForms\FlatButtonAppearance.cs (1)
188public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
System.Workflow.Activities (1)
LocalService\CorrelationTokenTypeConvertor.cs (1)
94public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Themes.cs (1)
3212public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
System.WorkflowServices (2)
System\Workflow\Activities\ChannelTokenTypeConverter.cs (1)
71public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
System\Workflow\Activities\ContextTokenTypeConverter.cs (1)
71public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
4 references to GetProperties
System.Workflow.Activities (1)
LocalService\CorrelationTokenTypeConvertor.cs (1)
96PropertyDescriptorCollection properties = base.GetProperties(context, value, attributes);
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Themes.cs (1)
3214PropertyDescriptorCollection srcProperties = base.GetProperties(context, value, attributes);
System.WorkflowServices (2)
System\Workflow\Activities\ChannelTokenTypeConverter.cs (1)
73PropertyDescriptorCollection properties = base.GetProperties(context, value, attributes);
System\Workflow\Activities\ContextTokenTypeConverter.cs (1)
73PropertyDescriptorCollection properties = base.GetProperties(context, value, attributes);