17 implementations of GetProperties
System.ComponentModel.TypeConverter (5)
System\ComponentModel\CustomTypeDescriptor.cs (1)
197
public virtual PropertyDescriptorCollection
GetProperties
()
System\ComponentModel\TypeDescriptor.cs (4)
2854
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
()
3187
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
()
3677
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
()
4089
public PropertyDescriptorCollection
GetProperties
()
System.Data.Common (5)
System\Data\Common\DataRecordInternal.cs (1)
356
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
()
System\Data\Common\DbConnectionStringBuilder.cs (1)
627
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
()
System\Data\Common\DbDataRecord.cs (1)
97
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
() =>
System\Data\DataRowView.cs (1)
254
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
() => ((ICustomTypeDescriptor)this).GetProperties(null);
System\Data\DataViewManagerListItemTypeDescriptor.cs (1)
98
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
() =>
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.cs (1)
2690
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
()
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.ComTypeDescriptor.cs (1)
55
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
() => _handler.GetProperties(_instance);
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.NullTypeDescriptor.cs (1)
33
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
() => PropertyDescriptorCollection.Empty;
System.Windows.Forms.Design (2)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
1290
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
() => _properties;
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
1263
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
() => ((ICustomTypeDescriptor)this).GetProperties(null);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ComponentModel\Com2Interop\COM2FontConverterTests.cs (1)
130
public PropertyDescriptorCollection
GetProperties
() => throw new NotImplementedException();
System\Windows\Forms\ListBindingHelperTests.cs (1)
949
PropertyDescriptorCollection ICustomTypeDescriptor.
GetProperties
()
94 references to GetProperties
System.ComponentModel.TypeConverter (10)
System\ComponentModel\CustomTypeDescriptor.cs (1)
201
return _parent.
GetProperties
();
System\ComponentModel\ICustomTypeDescriptor.cs (1)
143
return
GetProperties
();
System\ComponentModel\TypeDescriptor.cs (8)
1476
results = noAttributes ? typeDesc.
GetProperties
() : typeDesc.GetProperties(attributes);
1482
ICollection extResults = noAttributes ? extDesc.
GetProperties
() : extDesc.GetProperties(attributes);
1495
results = noAttributes ? typeDesc.
GetProperties
() : typeDesc.GetProperties(attributes);
1500
ICollection extResults = noAttributes ? extDesc.
GetProperties
() : extDesc.GetProperties(attributes);
3189
PropertyDescriptorCollection properties = _primary.
GetProperties
() ?? _secondary.
GetProperties
();
3690
PropertyDescriptorCollection properties = desc.
GetProperties
();
4106
properties = desc.
GetProperties
();
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
497
PropertyDescriptorCollection props = ((ICustomTypeDescriptor)_host).
GetProperties
();
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (1)
224
return targetAwareDescriptor.
GetProperties
();
System.Windows.Forms.Tests (82)
System\Windows\Forms\AxHost.AxPropertyDescriptorTests.cs (64)
24
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
40
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
56
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
72
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
88
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
104
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
115
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
126
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
137
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
148
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
168
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
189
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
200
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
211
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
222
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
233
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
244
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
255
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
266
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
277
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
288
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
302
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
313
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
368
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
379
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
393
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
416
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
439
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
465
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
500
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
524
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
543
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
568
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
604
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
635
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
656
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
683
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
704
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
731
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
757
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
769
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
784
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
803
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
820
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
849
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
880
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
909
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
941
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
970
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
989
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
1013
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
1032
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
1057
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
1084
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
1109
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
1134
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
1157
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
1182
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
1205
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
1233
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
1259
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
1287
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
1343
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
1354
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
System\Windows\Forms\AxHostTests.cs (12)
2834
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
2839
events = customTypeDescriptor.
GetProperties
();
2857
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
2865
events = customTypeDescriptor.
GetProperties
();
2937
PropertyDescriptorCollection properties = customTypeDescriptor.
GetProperties
([new CustomAttribute()]);
2943
properties = customTypeDescriptor.
GetProperties
([new CustomAttribute()]);
2962
PropertyDescriptorCollection properties = customTypeDescriptor.
GetProperties
([new CustomAttribute()]);
2971
properties = customTypeDescriptor.
GetProperties
([new CustomAttribute()]);
2985
PropertyDescriptorCollection properties = customTypeDescriptor.
GetProperties
([new NoSuchAttribute()]);
2991
properties = customTypeDescriptor.
GetProperties
([new NoSuchAttribute()]);
3010
PropertyDescriptorCollection properties = customTypeDescriptor.
GetProperties
([new NoSuchAttribute()]);
3019
properties = customTypeDescriptor.
GetProperties
([new NoSuchAttribute()]);
System\Windows\Forms\ButtonBaseTests.cs (1)
668
.Setup(d => d.
GetProperties
())
System\Windows\Forms\Layout\TableLayoutSettingsTests.cs (1)
1901
.Setup(c => c.
GetProperties
())
System\Windows\Forms\Layout\TableLayoutSettingsTypeConverterTests.cs (1)
319
.Setup(c => c.
GetProperties
())
System\Windows\Forms\ListBindingHelperTests.cs (1)
200
.Setup(t => t.
GetProperties
())
System\Windows\Forms\TableLayoutPanelTests.cs (1)
2155
.Setup(c => c.
GetProperties
())
System\Windows\Forms\TabPageTests.cs (1)
800
.Setup(d => d.
GetProperties
())