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