16 references to
System.ComponentModel.TypeConverter (5)
MS\Internal\Xml\Linq\ComponentModel\XComponentModel.cs (1)
68
public XPropertyDescriptor(string name) :
base
(name, null)
System\ComponentModel\Design\DesignerOptionService.cs (2)
406
internal WrappedPropertyDescriptor(PropertyDescriptor property, object target) :
base
(property.Name, null)
473
internal OptionPropertyDescriptor(DesignerOptionCollection option) :
base
(option.Name, null)
System\ComponentModel\ReflectPropertyDescriptor.cs (1)
86
:
base
(name, attributes)
System\ComponentModel\TypeConverter.cs (1)
356
protected SimplePropertyDescriptor(Type componentType, string name, Type propertyType, Attribute[]? attributes) :
base
(name, attributes)
System.Data.Common (5)
System\Data\Common\DbConnectionStringBuilderDescriptor.cs (1)
10
internal DbConnectionStringBuilderDescriptor(string propertyName, Type componentType, Type propertyType, bool isReadOnly, Attribute[] attributes) :
base
(propertyName, attributes)
System\Data\Common\DbEnumerator.cs (1)
117
:
base
(name, null)
System\Data\DataColumnPropertyDescriptor.cs (1)
13
internal DataColumnPropertyDescriptor(DataColumn dataColumn) :
base
(dataColumn.ColumnName, null)
System\Data\DataRelationPropertyDescriptor.cs (1)
11
internal DataRelationPropertyDescriptor(DataRelation dataRelation) :
base
(dataRelation.RelationName, null)
System\Data\DataTablePropertyDescriptor.cs (1)
13
internal DataTablePropertyDescriptor(DataTable dataTable) :
base
(dataTable.TableName, null)
System.Windows.Forms (2)
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (1)
84
:
base
(name, attributes)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MergePropertyDescriptor.cs (1)
23
:
base
(descriptors[0].Name, attrs: null)
System.Windows.Forms.Design (2)
System\ComponentModel\Design\Serialization\DesignerSerializationManager.cs (1)
994
internal WrappedPropertyDescriptor(PropertyDescriptor property, object target) :
base
(property.Name, null)
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
1336
public ColumnTypePropertyDescriptor() :
base
("ColumnType", null)
System.Windows.Forms.Tests (2)
System\Windows\Forms\ListBindingHelperTests.cs (1)
740
public CustomPropertyDescriptor(string name, Attribute[] attrs) :
base
(name, attrs)
System\Windows\Forms\PropertyGridInternal\AccessibleObjects\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObjectTests.cs (1)
140
:
base
(name, attrs)