17 implementations of GetProperties
System.ComponentModel.TypeConverter (5)
System\ComponentModel\CustomTypeDescriptor.cs (1)
197public virtual PropertyDescriptorCollection GetProperties()
System\ComponentModel\TypeDescriptor.cs (4)
2854PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties() 3187PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties() 3677PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties() 4089public PropertyDescriptorCollection GetProperties()
System.Data.Common (5)
System\Data\Common\DataRecordInternal.cs (1)
356PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties()
System\Data\Common\DbConnectionStringBuilder.cs (1)
627PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties()
System\Data\Common\DbDataRecord.cs (1)
97PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties() =>
System\Data\DataRowView.cs (1)
254PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties() => ((ICustomTypeDescriptor)this).GetProperties(null);
System\Data\DataViewManagerListItemTypeDescriptor.cs (1)
98PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties() =>
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.cs (1)
2690PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties()
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.ComTypeDescriptor.cs (1)
55PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties() => _handler.GetProperties(_instance);
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.NullTypeDescriptor.cs (1)
33PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties() => PropertyDescriptorCollection.Empty;
System.Windows.Forms.Design (2)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
1290PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties() => _properties;
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
1263PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties() => ((ICustomTypeDescriptor)this).GetProperties(null);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ComponentModel\Com2Interop\COM2FontConverterTests.cs (1)
132public PropertyDescriptorCollection GetProperties() => throw new NotImplementedException();
System\Windows\Forms\ListBindingHelperTests.cs (1)
947PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties()
94 references to GetProperties
System.ComponentModel.TypeConverter (10)
System\ComponentModel\CustomTypeDescriptor.cs (1)
201return _parent.GetProperties();
System\ComponentModel\ICustomTypeDescriptor.cs (1)
143return GetProperties();
System\ComponentModel\TypeDescriptor.cs (8)
1476results = noAttributes ? typeDesc.GetProperties() : typeDesc.GetProperties(attributes); 1482ICollection extResults = noAttributes ? extDesc.GetProperties() : extDesc.GetProperties(attributes); 1495results = noAttributes ? typeDesc.GetProperties() : typeDesc.GetProperties(attributes); 1500ICollection extResults = noAttributes ? extDesc.GetProperties() : extDesc.GetProperties(attributes); 3189PropertyDescriptorCollection properties = _primary.GetProperties() ?? _secondary.GetProperties(); 3690PropertyDescriptorCollection properties = desc.GetProperties(); 4106properties = desc.GetProperties();
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
497PropertyDescriptorCollection props = ((ICustomTypeDescriptor)_host).GetProperties();
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (1)
224return targetAwareDescriptor.GetProperties();
System.Windows.Forms.Tests (82)
System\Windows\Forms\AxHost.AxPropertyDescriptorTests.cs (64)
22PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 38PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 54PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 70PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 86PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 102PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 113PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 124PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 135PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 146PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 166PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 187PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 198PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 209PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 220PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 231PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 242PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 253PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 264PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 275PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 286PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 300PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 311PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 366PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 377PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 391PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 414PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 437PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 463PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 498PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 522PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 541PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 566PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 602PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 633PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 654PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 681PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 702PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 729PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 755PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 767PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 782PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 801PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 818PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 847PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 878PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 907PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 939PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 968PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 987PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 1011PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 1030PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 1055PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 1082PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 1107PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 1132PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 1155PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 1180PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 1203PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 1231PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 1257PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 1285PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 1341PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 1352PropertyDescriptorCollection events = customTypeDescriptor.GetProperties();
System\Windows\Forms\AxHostTests.cs (12)
2832PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 2837events = customTypeDescriptor.GetProperties(); 2855PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 2863events = customTypeDescriptor.GetProperties(); 2935PropertyDescriptorCollection properties = customTypeDescriptor.GetProperties([new CustomAttribute()]); 2941properties = customTypeDescriptor.GetProperties([new CustomAttribute()]); 2960PropertyDescriptorCollection properties = customTypeDescriptor.GetProperties([new CustomAttribute()]); 2969properties = customTypeDescriptor.GetProperties([new CustomAttribute()]); 2983PropertyDescriptorCollection properties = customTypeDescriptor.GetProperties([new NoSuchAttribute()]); 2989properties = customTypeDescriptor.GetProperties([new NoSuchAttribute()]); 3008PropertyDescriptorCollection properties = customTypeDescriptor.GetProperties([new NoSuchAttribute()]); 3017properties = 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())