28 overrides of GetProperties
System (6)
compmod\system\componentmodel\CollectionConverter.cs (1)
52public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
compmod\system\componentmodel\ComponentConverter.cs (1)
41public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
compmod\system\componentmodel\design\DesignerOptionService.cs (1)
509public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext cxt, object value, Attribute[] attributes) {
compmod\system\componentmodel\ExpandableObjectConverter.cs (1)
37public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
compmod\system\componentmodel\MultilineStringConverter.cs (1)
43public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
compmod\system\componentmodel\NullableConverter.cs (1)
153public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeConverter.cs (1)
115public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeConverter.cs (1)
115public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
System.Drawing (6)
commonui\System\Drawing\Advanced\SizeFConverter.cs (1)
169public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
commonui\System\Drawing\FontConverter.cs (1)
435public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
commonui\System\Drawing\ImageConverter.cs (1)
259public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
commonui\System\Drawing\PointConverter.cs (1)
187public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
commonui\System\Drawing\RectangleConverter.cs (1)
193public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
commonui\System\Drawing\SizeConverter.cs (1)
185public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
System.Web.DataVisualization (1)
Common\Converters\CustomAttributesConverters.cs (1)
182 public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object obj, Attribute[] attributes)
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2ExtendedTypeConverter.cs (1)
143public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
winforms\Managed\System\WinForms\LinkArea.cs (1)
238public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
winforms\Managed\System\WinForms\Padding.cs (1)
412public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
winforms\Managed\System\WinForms\ScrollableControl.cs (1)
1762public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
winforms\Managed\System\WinForms\SelectionRangeConverter.cs (1)
176public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
winforms\Managed\System\WinForms\TableLayoutPanelCellPosition.cs (1)
164public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
System.Windows.Forms.DataVisualization (1)
Common\Converters\CustomAttributesConverters.cs (1)
182 public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object obj, Attribute[] attributes)
System.Workflow.Activities (2)
Rules\Design\LogicalExpressionTypeConverter.cs (2)
49public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) 168public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
1410public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
AuthoringOM\Design\TypeConverters.cs (2)
125public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) 268public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
System.WorkflowServices (1)
System\Workflow\Activities\WorkflowServiceAttributesTypeConverter.cs (1)
12public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
15 references to GetProperties
System (3)
compmod\system\componentmodel\NullableConverter.cs (2)
156return simpleTypeConverter.GetProperties(context, unwrappedValue, attributes); 159return base.GetProperties(context, value, attributes);
compmod\system\componentmodel\TypeConverter.cs (1)
308return GetProperties(context, value, new Attribute[] {BrowsableAttribute.Yes});
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeConverter.cs (1)
129PropertyDescriptorCollection props = this.converter.GetProperties(WrapContext(context), value, attributes);
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeConverter.cs (1)
129PropertyDescriptorCollection props = this.converter.GetProperties(WrapContext(context), value, attributes);
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2ExtendedTypeConverter.cs (2)
145return innerConverter.GetProperties(context, value, attributes); 147return base.GetProperties(context, value, attributes);
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
1564props = TypeConverter.GetProperties(this, obj, attributes);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertiesTab.cs (1)
96return tc.GetProperties(context, component, attributes);
System.Workflow.ComponentModel (6)
AuthoringOM\Design\ComponentSerializationService.cs (4)
509props = converter.GetProperties(dummyContext, this.obj, new Attribute[] { }); 532foreach (PropertyDescriptor childDesc in propDesc.Converter.GetProperties(dummyContext, this.obj, new Attribute[] { })) 702props = converter.GetProperties(dummyContext, propertySegment.Object, new Attribute[] { }); 718foreach (PropertyDescriptor childDesc in propDesc.Converter.GetProperties(dummyContext, propDesc.GetValue(propertySegment.Object), new Attribute[] { }))
AuthoringOM\Design\TypeConverters.cs (2)
132return typeConverter.GetProperties(context, value, attributes); 289properties.AddRange(actualConverter.GetProperties(actualContext, value, attributes));