59 references to PropertyDescriptorCollection
System (3)
compmod\system\componentmodel\ArrayConverter.cs (1)
66return new PropertyDescriptorCollection(props);
compmod\system\componentmodel\design\DesignerOptionService.cs (1)
510PropertyDescriptorCollection props = new PropertyDescriptorCollection(null);
compmod\system\componentmodel\PropertyDescriptorCollection.cs (1)
110public PropertyDescriptorCollection(PropertyDescriptor[] properties, bool readOnly) : this(properties) {
System.Activities (1)
System\Activities\DynamicActivityTypeDescriptor.cs (1)
134result = new PropertyDescriptorCollection(propertyDescriptors.ToArray());
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (2)
1213return new PropertyDescriptorCollection(base.GetProperties().Cast<PropertyDescriptor>() 1220return new PropertyDescriptorCollection(base.GetProperties(attributes).Cast<PropertyDescriptor>()
System.Activities.Presentation\System\Activities\Presentation\NamespaceSettingsHandler.cs (1)
183return new PropertyDescriptorCollection(base.GetProperties(attributes).Cast<PropertyDescriptor>()
System.Data (14)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (2)
1213return new PropertyDescriptorCollection(base.GetProperties().Cast<PropertyDescriptor>() 1220return new PropertyDescriptorCollection(base.GetProperties(attributes).Cast<PropertyDescriptor>()
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\NamespaceSettingsHandler.cs (1)
183return new PropertyDescriptorCollection(base.GetProperties(attributes).Cast<PropertyDescriptor>()
fx\src\data\System\Data\Common\DataRecordInternal.cs (1)
330_propertyDescriptors = new PropertyDescriptorCollection(null);
fx\src\data\System\Data\Common\DbConnectionStringBuilder.cs (2)
347propertyDescriptors = new PropertyDescriptorCollection(properties); 479return new PropertyDescriptorCollection(filteredPropertiesArray);
fx\src\data\System\Data\Common\dbdatarecord.cs (1)
130return new PropertyDescriptorCollection(null);
fx\src\data\System\Data\Common\dbenumerator.cs (1)
105_descriptors = new PropertyDescriptorCollection(props);
fx\src\data\System\Data\DataRowView.cs (1)
19private static PropertyDescriptorCollection zeroPropertyDescriptorCollection = new PropertyDescriptorCollection(null);
fx\src\data\System\Data\DataTable.cs (1)
4406propertyDescriptorCollectionCache = new PropertyDescriptorCollection(props);
fx\src\data\System\Data\DataView.cs (2)
1242return new PropertyDescriptorCollection(null); 1249return new PropertyDescriptorCollection(null);
fx\src\data\System\Data\DataViewManager.cs (1)
335return new PropertyDescriptorCollection(null);
fx\src\data\System\Data\DataViewManagerListItemTypeDescriptor.cs (1)
137propsCollection = new PropertyDescriptorCollection(props);
System.Data.Entity (2)
System\Data\Common\DataRecord.cs (2)
506return (new PropertyDescriptorCollection(pdList.ToArray())); 540props = new PropertyDescriptorCollection(null);
System.Web (10)
UI\ListSourceHelper.cs (2)
55return new PropertyDescriptorCollection(props); 58return new PropertyDescriptorCollection(null);
UI\TargetFrameworkUtil.cs (1)
380return new PropertyDescriptorCollection(filteredPropertyDescriptors.ToArray());
UI\WebControls\XmlDataSourceNodeDescriptor.cs (1)
89return new PropertyDescriptorCollection(list.ToArray());
UI\WebControls\XmlHierarchyData.cs (1)
182return new PropertyDescriptorCollection(list.ToArray());
UI\WebParts\PropertyGridEditorPart.cs (1)
255PropertyDescriptorCollection filteredPropDescs = new PropertyDescriptorCollection(null);
UI\WebParts\RowToParametersTransformer.cs (4)
68PropertyDescriptorCollection props = new PropertyDescriptorCollection(null); 76return new PropertyDescriptorCollection(null); 186PropertyDescriptorCollection props = new PropertyDescriptorCollection(null); 193return new PropertyDescriptorCollection(null);
System.Web.DataVisualization (1)
Common\Converters\CustomAttributesConverters.cs (1)
184 PropertyDescriptorCollection propCollection = new PropertyDescriptorCollection(null);
System.Web.DynamicData (1)
DynamicData\Util\DictionaryCustomTypeDescriptor.cs (1)
29_properties = new PropertyDescriptorCollection(dictionaryProps.ToArray());
System.Web.Mobile (2)
UI\MobileControls\Design\PropertyOverridesDialog.cs (2)
1058new PropertyDescriptorCollection( 1075newProperties = new PropertyDescriptorCollection(arpd);
System.Windows.Forms (7)
winforms\Managed\System\WinForms\AxHost.cs (1)
2971propsStash = new PropertyDescriptorCollection(temp);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
395return new PropertyDescriptorCollection(props);
winforms\Managed\System\WinForms\Design\EventsTab.cs (2)
143return new PropertyDescriptorCollection(null); 189realEvents = new PropertyDescriptorCollection(finalEvents);
winforms\Managed\System\WinForms\ListBindingHelper.cs (2)
141return new PropertyDescriptorCollection(null); 631pdc = new PropertyDescriptorCollection(null);
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
1583props = new PropertyDescriptorCollection(SortParenProperties(propertyDescriptors));
System.Windows.Forms.DataVisualization (1)
Common\Converters\CustomAttributesConverters.cs (1)
184 PropertyDescriptorCollection propCollection = new PropertyDescriptorCollection(null);
System.Workflow.Activities (3)
LocalService\CorrelationTokenTypeConvertor.cs (1)
98return new PropertyDescriptorCollection((PropertyDescriptor[])props.ToArray(typeof(PropertyDescriptor)));
Rules\Design\LogicalExpressionTypeConverter.cs (2)
51PropertyDescriptorCollection newProps = new PropertyDescriptorCollection(null); 175PropertyDescriptorCollection newProps = new PropertyDescriptorCollection(null);
System.Workflow.ComponentModel (7)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
1412PropertyDescriptorCollection newProps = new PropertyDescriptorCollection(null);
AuthoringOM\Design\PropertyDescriptors.cs (3)
159return new PropertyDescriptorCollection(returnProps); 236return new PropertyDescriptorCollection(properties.ToArray()); 834return new PropertyDescriptorCollection((PropertyDescriptor[])readonlyProperties.ToArray(typeof(PropertyDescriptor)));
AuthoringOM\Design\TypeConverters.cs (2)
127PropertyDescriptorCollection props = new PropertyDescriptorCollection(new PropertyDescriptor[] { }); 292return new PropertyDescriptorCollection((PropertyDescriptor[])properties.ToArray(typeof(PropertyDescriptor)));
AuthoringOM\Serializer\CompositeActivityTypeDescriptor.cs (1)
42return new PropertyDescriptorCollection((PropertyDescriptor[])readonlyProperties.ToArray(typeof(PropertyDescriptor)));
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
676return new PropertyDescriptorCollection(properties.ToArray());
System.WorkflowServices (2)
System\Workflow\Activities\ChannelTokenTypeConverter.cs (1)
75return new PropertyDescriptorCollection((PropertyDescriptor[]) props.ToArray(typeof(PropertyDescriptor)));
System\Workflow\Activities\ContextTokenTypeConverter.cs (1)
75return new PropertyDescriptorCollection((PropertyDescriptor[]) props.ToArray(typeof(PropertyDescriptor)));
System.Xml.Linq (1)
System\Xml\Linq\XComponentModel.cs (1)
33PropertyDescriptorCollection properties = new PropertyDescriptorCollection(null);