37 references to PropertyDescriptorCollection
System (12)
compmod\system\componentmodel\design\DesignerOptionService.cs (1)
223
_properties = new
PropertyDescriptorCollection
(propArray, true);
compmod\system\componentmodel\PropertyDescriptorCollection.cs (1)
76
public static readonly PropertyDescriptorCollection Empty = new
PropertyDescriptorCollection
(null, true);
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (2)
551
properties = new
PropertyDescriptorCollection
(fullArray, true);
1943
_properties = new
PropertyDescriptorCollection
(propertyArray, true);
compmod\system\componentmodel\TypeDescriptor.cs (8)
1951
return new
PropertyDescriptorCollection
(null, true);
1966
return new
PropertyDescriptorCollection
(null, true);
1974
properties = new
PropertyDescriptorCollection
((PropertyDescriptor[])filteredProperties.ToArray(typeof(PropertyDescriptor)), true);
2027
return new
PropertyDescriptorCollection
(null, true);
2101
props = new
PropertyDescriptorCollection
(propArray, true);
2461
cacheValue = new
PropertyDescriptorCollection
(propArray, true);
2659
cacheValue = new
PropertyDescriptorCollection
(propArray, true);
2812
cacheValue = new
PropertyDescriptorCollection
(propArray, true);
System.Activities (1)
System\Activities\WorkflowDataContext.cs (1)
96
return new
PropertyDescriptorCollection
(propertyList.ToArray(), true);
System.Activities.Presentation (7)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
520
return new
PropertyDescriptorCollection
(array, true);
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
333
DesignObjectWrapper.TypePropertyCollection[type] = new
PropertyDescriptorCollection
(descriptors.ToArray(), true);
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
1280
return new
PropertyDescriptorCollection
(properties.ToArray(), true);
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (1)
407
return new
PropertyDescriptorCollection
(properties.ToArray(), true);
System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyCollectionImpl.cs (1)
111
propertyDescriptors = new
PropertyDescriptorCollection
(mergedProperties.Concat(browsableAttachedProperties).ToArray(), true);
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeConverter.cs (1)
152
props = new
PropertyDescriptorCollection
(newProps.ToArray(), true);
System.Activities.Presentation\System\Activities\Presentation\Model\ModelUtilities.cs (1)
74
return new
PropertyDescriptorCollection
(descriptors.ToArray(), true);
System.ComponentModel.DataAnnotations (1)
DataAnnotations\AssociatedMetadataTypeTypeDescriptor.cs (1)
59
return new
PropertyDescriptorCollection
(tempPropertyDescriptors.ToArray(), true);
System.Data (7)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
520
return new
PropertyDescriptorCollection
(array, true);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
333
DesignObjectWrapper.TypePropertyCollection[type] = new
PropertyDescriptorCollection
(descriptors.ToArray(), true);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
1280
return new
PropertyDescriptorCollection
(properties.ToArray(), true);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (1)
407
return new
PropertyDescriptorCollection
(properties.ToArray(), true);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyCollectionImpl.cs (1)
111
propertyDescriptors = new
PropertyDescriptorCollection
(mergedProperties.Concat(browsableAttachedProperties).ToArray(), true);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeConverter.cs (1)
152
props = new
PropertyDescriptorCollection
(newProps.ToArray(), true);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelUtilities.cs (1)
74
return new
PropertyDescriptorCollection
(descriptors.ToArray(), true);
System.Web (4)
UI\WebControls\ErrorStyle.cs (1)
79
return new
PropertyDescriptorCollection
(newProperties, true);
UI\WebControls\ErrorTableItemStyle.cs (1)
77
return new
PropertyDescriptorCollection
(newProperties, true);
UI\WebControls\SubMenuStyle.cs (1)
293
return new
PropertyDescriptorCollection
(newProperties, true);
UI\WebParts\WebPartMenuStyle.cs (1)
225
return new
PropertyDescriptorCollection
(newProperties, true);
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceWrapperCollection.cs (1)
96
_visiblePropertyDescriptors = new
PropertyDescriptorCollection
(visiblePropertyDescriptors.ToArray(), true);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (1)
1398
props = new
PropertyDescriptorCollection
(descs, true);
WindowsBase (3)
Base\MS\Internal\ComponentModel\APCustomTypeDescriptor.cs (1)
184
properties = new
PropertyDescriptorCollection
(filteredProps.ToArray(), true);
Base\MS\Internal\ComponentModel\DPCustomTypeDescriptor.cs (2)
203
properties = new
PropertyDescriptorCollection
(newDescriptors.ToArray(), true);
369
return new
PropertyDescriptorCollection
(newDescriptors.ToArray(), true);