41 references to
System (4)
compmod\system\componentmodel\design\DesignerOptionService.cs (2)
449internal WrappedPropertyDescriptor(PropertyDescriptor property, object target) : base(property.Name, null) { 537internal OptionPropertyDescriptor(DesignerOptionCollection option) : base(option.Name, null) {
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (1)
100: base(name, attributes) {
compmod\system\componentmodel\TypeConverter.cs (1)
464protected SimplePropertyDescriptor(Type componentType, string name, Type propertyType, Attribute[] attributes) : base(name, attributes) {
System.Activities (2)
System\Activities\DynamicActivityTypeDescriptor.cs (1)
151: base(activityProperty.Name, null)
System\Activities\WorkflowDataContext.cs (1)
203: base(reference.Name, new Attribute[0])
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
792: base(parent.Name, null)
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
601: base(descriptorData.PropertyName, descriptorData.PropertyAttributes)
System.Activities.Presentation\System\Activities\Presentation\Model\AttachedPropertyDescriptor.cs (1)
20: base(AttachedProperty.Name, null)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyDescriptor.cs (1)
19: base(itemProperty.Name, null)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
1234: base("ItemsCollection", null)
System.Activities.Presentation\System\Activities\Presentation\NamespaceListProperty.cs (1)
26: base(ImportCollectionPropertyName, null)
System.Data (11)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
792: base(parent.Name, null)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
601: base(descriptorData.PropertyName, descriptorData.PropertyAttributes)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\AttachedPropertyDescriptor.cs (1)
20: base(AttachedProperty.Name, null)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyDescriptor.cs (1)
19: base(itemProperty.Name, null)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
1234: base("ItemsCollection", null)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\NamespaceListProperty.cs (1)
26: base(ImportCollectionPropertyName, null)
fx\src\data\System\Data\Common\DbConnectionStringCommon.cs (1)
67internal DbConnectionStringBuilderDescriptor(string propertyName, Type componentType, Type propertyType, bool isReadOnly, Attribute[] attributes) : base(propertyName, attributes) {
fx\src\data\System\Data\Common\dbenumerator.cs (1)
113: base(name, null) {
fx\src\data\System\Data\DataColumnPropertyDescriptor.cs (1)
19internal DataColumnPropertyDescriptor(DataColumn dataColumn) : base(dataColumn.ColumnName, null) {
fx\src\data\System\Data\DataRelationPropertyDescriptor.cs (1)
26internal DataRelationPropertyDescriptor(DataRelation dataRelation) : base(dataRelation.RelationName, null) {
fx\src\data\System\Data\DataTablePropertyDescriptor.cs (1)
24internal DataTablePropertyDescriptor(DataTable dataTable) : base(dataTable.TableName, null) {
System.Data.Entity (1)
System\Data\Objects\FieldDescriptor.cs (1)
40: base(property.Name, null)
System.Web (3)
UI\ListSourceHelper.cs (1)
80public ListSourcePropertyDescriptor(string name) : base(name, null) {
UI\WebControls\XmlDataSourceNodeDescriptor.cs (1)
108public XmlDataSourcePropertyDescriptor(string name) : base(name, null) {
UI\WebControls\XmlHierarchyData.cs (1)
196public XmlHierarchyDataPropertyDescriptor(string name) : base(name, null) {
System.Web.DynamicData (1)
DynamicData\Util\DictionaryCustomTypeDescriptor.cs (1)
37: base(name, null /* attrs */) {
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceWrapperPropertyDescriptor.cs (1)
41: base(EntityDataSourceUtil.CheckArgumentNull(column, "column").DisplayName, new Attribute[] { })
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (1)
176: base(name, attrs) {
winforms\Managed\System\WinForms\PropertyGridInternal\MergePropertyDescriptor.cs (1)
42public MergePropertyDescriptor(PropertyDescriptor[] descriptors) : base(descriptors[0].Name, null) {
System.Workflow.Activities (2)
Common\BasePropertyDescriptor.cs (2)
312: base((paramInfo.Position == -1) ? "(ReturnValue)" : paramInfo.Name, attributes) 341: base(propertyName, attributes)
System.Workflow.ComponentModel (3)
AuthoringOM\Serializer\ModifyActivitiesPropertyDescriptor.cs (1)
26: base("CanModifyActivities", new Attribute[0])
Shared\BasePropertyDescriptor.cs (2)
311: base((paramInfo.Position == -1) ? "(ReturnValue)" : paramInfo.Name, attributes) 340: base(propertyName, attributes)
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
1527: base(name, propertyInfoAttributes)
System.Xml.Linq (1)
System\Xml\Linq\XComponentModel.cs (1)
56public XPropertyDescriptor(string name) : base(name, null) {
WindowsBase (3)
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (2)
40: base(dp.Name, null) 60: base(string.Concat(dp.OwnerType.Name, ".", dp.Name), null)
Base\System\ComponentModel\DependencyPropertyDescriptor.cs (1)
39private DependencyPropertyDescriptor(PropertyDescriptor property, string name, Type componentType, DependencyProperty dp, bool isAttached) : base(name, null)