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)
132
public PropertyDescriptorCollection
GetProperties
() => throw new NotImplementedException();
System\Windows\Forms\ListBindingHelperTests.cs (1)
947
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)
22
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
38
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
54
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
70
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
86
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
102
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
113
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
124
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
135
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
146
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
166
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
187
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
198
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
209
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
220
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
231
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
242
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
253
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
264
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
275
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
286
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
300
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
311
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
366
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
377
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
391
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
414
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
437
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
463
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
498
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
522
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
541
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
566
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
602
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
633
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
654
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
681
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
702
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
729
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
755
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
767
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
782
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
801
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
818
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
847
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
878
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
907
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
939
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
968
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
987
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
1011
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
1030
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
1055
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
1082
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
1107
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
1132
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
1155
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
1180
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
1203
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
1231
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
1257
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
1285
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
1341
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
1352
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
System\Windows\Forms\AxHostTests.cs (12)
2832
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
2837
events = customTypeDescriptor.
GetProperties
();
2855
PropertyDescriptorCollection events = customTypeDescriptor.
GetProperties
();
2863
events = customTypeDescriptor.
GetProperties
();
2935
PropertyDescriptorCollection properties = customTypeDescriptor.
GetProperties
([new CustomAttribute()]);
2941
properties = customTypeDescriptor.
GetProperties
([new CustomAttribute()]);
2960
PropertyDescriptorCollection properties = customTypeDescriptor.
GetProperties
([new CustomAttribute()]);
2969
properties = customTypeDescriptor.
GetProperties
([new CustomAttribute()]);
2983
PropertyDescriptorCollection properties = customTypeDescriptor.
GetProperties
([new NoSuchAttribute()]);
2989
properties = customTypeDescriptor.
GetProperties
([new NoSuchAttribute()]);
3008
PropertyDescriptorCollection properties = customTypeDescriptor.
GetProperties
([new NoSuchAttribute()]);
3017
properties = customTypeDescriptor.
GetProperties
([new NoSuchAttribute()]);
System\Windows\Forms\ButtonBaseTests.cs (1)
666
.Setup(d => d.
GetProperties
())
System\Windows\Forms\Layout\TableLayoutSettingsTests.cs (1)
1899
.Setup(c => c.
GetProperties
())
System\Windows\Forms\Layout\TableLayoutSettingsTypeConverterTests.cs (1)
317
.Setup(c => c.
GetProperties
())
System\Windows\Forms\ListBindingHelperTests.cs (1)
198
.Setup(t => t.
GetProperties
())
System\Windows\Forms\TableLayoutPanelTests.cs (1)
2153
.Setup(c => c.
GetProperties
())
System\Windows\Forms\TabPageTests.cs (1)
798
.Setup(d => d.
GetProperties
())