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)
130public PropertyDescriptorCollection GetProperties() => throw new NotImplementedException();
System\Windows\Forms\ListBindingHelperTests.cs (1)
949PropertyDescriptorCollection 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)
24PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 40PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 56PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 72PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 88PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 104PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 115PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 126PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 137PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 148PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 168PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 189PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 200PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 211PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 222PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 233PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 244PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 255PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 266PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 277PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 288PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 302PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 313PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 368PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 379PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 393PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 416PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 439PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 465PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 500PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 524PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 543PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 568PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 604PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 635PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 656PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 683PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 704PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 731PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 757PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 769PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 784PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 803PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 820PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 849PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 880PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 909PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 941PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 970PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 989PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 1013PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 1032PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 1057PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 1084PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 1109PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 1134PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 1157PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 1182PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 1205PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 1233PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 1259PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 1287PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 1343PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 1354PropertyDescriptorCollection events = customTypeDescriptor.GetProperties();
System\Windows\Forms\AxHostTests.cs (12)
2834PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 2839events = customTypeDescriptor.GetProperties(); 2857PropertyDescriptorCollection events = customTypeDescriptor.GetProperties(); 2865events = customTypeDescriptor.GetProperties(); 2937PropertyDescriptorCollection properties = customTypeDescriptor.GetProperties([new CustomAttribute()]); 2943properties = customTypeDescriptor.GetProperties([new CustomAttribute()]); 2962PropertyDescriptorCollection properties = customTypeDescriptor.GetProperties([new CustomAttribute()]); 2971properties = customTypeDescriptor.GetProperties([new CustomAttribute()]); 2985PropertyDescriptorCollection properties = customTypeDescriptor.GetProperties([new NoSuchAttribute()]); 2991properties = customTypeDescriptor.GetProperties([new NoSuchAttribute()]); 3010PropertyDescriptorCollection properties = customTypeDescriptor.GetProperties([new NoSuchAttribute()]); 3019properties = 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())