99 instantiations of PropertyDescriptorCollection
System (18)
compmod\system\componentmodel\ArrayConverter.cs (1)
66
return new
PropertyDescriptorCollection
(props);
compmod\system\componentmodel\design\DesignerOptionService.cs (2)
223
_properties = new
PropertyDescriptorCollection
(propArray, true);
510
PropertyDescriptorCollection props = new
PropertyDescriptorCollection
(null);
compmod\system\componentmodel\PropertyDescriptorCollection.cs (5)
76
public static readonly PropertyDescriptorCollection Empty = new
PropertyDescriptorCollection
(null, true);
343
return new
PropertyDescriptorCollection
(this.properties, this.propCount, this.namedSort, this.comparer);
354
return new
PropertyDescriptorCollection
(this.properties, this.propCount, names, this.comparer);
364
return new
PropertyDescriptorCollection
(this.properties, this.propCount, names, comparer);
374
return new
PropertyDescriptorCollection
(this.properties, this.propCount, this.namedSort, comparer);
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 (2)
System\Activities\DynamicActivityTypeDescriptor.cs (1)
134
result = new
PropertyDescriptorCollection
(propertyDescriptors.ToArray());
System\Activities\WorkflowDataContext.cs (1)
96
return new
PropertyDescriptorCollection
(propertyList.ToArray(), true);
System.Activities.Presentation (10)
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\ModelTreeManager.cs (2)
1213
return new
PropertyDescriptorCollection
(base.GetProperties().Cast<PropertyDescriptor>()
1220
return new
PropertyDescriptorCollection
(base.GetProperties(attributes).Cast<PropertyDescriptor>()
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.Activities.Presentation\System\Activities\Presentation\NamespaceSettingsHandler.cs (1)
183
return new
PropertyDescriptorCollection
(base.GetProperties(attributes).Cast<PropertyDescriptor>()
System.ComponentModel.DataAnnotations (1)
DataAnnotations\AssociatedMetadataTypeTypeDescriptor.cs (1)
59
return new
PropertyDescriptorCollection
(tempPropertyDescriptors.ToArray(), true);
System.Data (21)
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\ModelTreeManager.cs (2)
1213
return new
PropertyDescriptorCollection
(base.GetProperties().Cast<PropertyDescriptor>()
1220
return new
PropertyDescriptorCollection
(base.GetProperties(attributes).Cast<PropertyDescriptor>()
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);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\NamespaceSettingsHandler.cs (1)
183
return 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)
347
propertyDescriptors = new
PropertyDescriptorCollection
(properties);
479
return new
PropertyDescriptorCollection
(filteredPropertiesArray);
fx\src\data\System\Data\Common\dbdatarecord.cs (1)
130
return 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)
19
private static PropertyDescriptorCollection zeroPropertyDescriptorCollection = new
PropertyDescriptorCollection
(null);
fx\src\data\System\Data\DataTable.cs (1)
4406
propertyDescriptorCollectionCache = new
PropertyDescriptorCollection
(props);
fx\src\data\System\Data\DataView.cs (2)
1242
return new
PropertyDescriptorCollection
(null);
1249
return new
PropertyDescriptorCollection
(null);
fx\src\data\System\Data\DataViewManager.cs (1)
335
return new
PropertyDescriptorCollection
(null);
fx\src\data\System\Data\DataViewManagerListItemTypeDescriptor.cs (1)
137
propsCollection = new
PropertyDescriptorCollection
(props);
System.Data.Entity (2)
System\Data\Common\DataRecord.cs (2)
506
return (new
PropertyDescriptorCollection
(pdList.ToArray()));
540
props = new
PropertyDescriptorCollection
(null);
System.Web (14)
UI\ListSourceHelper.cs (2)
55
return new
PropertyDescriptorCollection
(props);
58
return new
PropertyDescriptorCollection
(null);
UI\TargetFrameworkUtil.cs (1)
380
return new
PropertyDescriptorCollection
(filteredPropertyDescriptors.ToArray());
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\WebControls\XmlDataSourceNodeDescriptor.cs (1)
89
return new
PropertyDescriptorCollection
(list.ToArray());
UI\WebControls\XmlHierarchyData.cs (1)
182
return new
PropertyDescriptorCollection
(list.ToArray());
UI\WebParts\PropertyGridEditorPart.cs (1)
255
PropertyDescriptorCollection filteredPropDescs = new
PropertyDescriptorCollection
(null);
UI\WebParts\RowToParametersTransformer.cs (4)
68
PropertyDescriptorCollection props = new
PropertyDescriptorCollection
(null);
76
return new
PropertyDescriptorCollection
(null);
186
PropertyDescriptorCollection props = new
PropertyDescriptorCollection
(null);
193
return new
PropertyDescriptorCollection
(null);
UI\WebParts\WebPartMenuStyle.cs (1)
225
return new
PropertyDescriptorCollection
(newProperties, true);
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.Entity (1)
System\Data\WebControls\EntityDataSourceWrapperCollection.cs (1)
96
_visiblePropertyDescriptors = new
PropertyDescriptorCollection
(visiblePropertyDescriptors.ToArray(), true);
System.Web.Mobile (2)
UI\MobileControls\Design\PropertyOverridesDialog.cs (2)
1058
new
PropertyDescriptorCollection
(
1075
newProperties = new
PropertyDescriptorCollection
(arpd);
System.Windows.Forms (8)
winforms\Managed\System\WinForms\AxHost.cs (1)
2971
propsStash = new
PropertyDescriptorCollection
(temp);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (1)
1398
props = new
PropertyDescriptorCollection
(descs, true);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
395
return new
PropertyDescriptorCollection
(props);
winforms\Managed\System\WinForms\Design\EventsTab.cs (2)
143
return new
PropertyDescriptorCollection
(null);
189
realEvents = new
PropertyDescriptorCollection
(finalEvents);
winforms\Managed\System\WinForms\ListBindingHelper.cs (2)
141
return new
PropertyDescriptorCollection
(null);
631
pdc = new
PropertyDescriptorCollection
(null);
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
1583
props = 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)
98
return new
PropertyDescriptorCollection
((PropertyDescriptor[])props.ToArray(typeof(PropertyDescriptor)));
Rules\Design\LogicalExpressionTypeConverter.cs (2)
51
PropertyDescriptorCollection newProps = new
PropertyDescriptorCollection
(null);
175
PropertyDescriptorCollection newProps = new
PropertyDescriptorCollection
(null);
System.Workflow.ComponentModel (7)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
1412
PropertyDescriptorCollection newProps = new
PropertyDescriptorCollection
(null);
AuthoringOM\Design\PropertyDescriptors.cs (3)
159
return new
PropertyDescriptorCollection
(returnProps);
236
return new
PropertyDescriptorCollection
(properties.ToArray());
834
return new
PropertyDescriptorCollection
((PropertyDescriptor[])readonlyProperties.ToArray(typeof(PropertyDescriptor)));
AuthoringOM\Design\TypeConverters.cs (2)
127
PropertyDescriptorCollection props = new
PropertyDescriptorCollection
(new PropertyDescriptor[] { });
292
return new
PropertyDescriptorCollection
((PropertyDescriptor[])properties.ToArray(typeof(PropertyDescriptor)));
AuthoringOM\Serializer\CompositeActivityTypeDescriptor.cs (1)
42
return new
PropertyDescriptorCollection
((PropertyDescriptor[])readonlyProperties.ToArray(typeof(PropertyDescriptor)));
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
676
return new
PropertyDescriptorCollection
(properties.ToArray());
System.WorkflowServices (2)
System\Workflow\Activities\ChannelTokenTypeConverter.cs (1)
75
return new
PropertyDescriptorCollection
((PropertyDescriptor[]) props.ToArray(typeof(PropertyDescriptor)));
System\Workflow\Activities\ContextTokenTypeConverter.cs (1)
75
return new
PropertyDescriptorCollection
((PropertyDescriptor[]) props.ToArray(typeof(PropertyDescriptor)));
System.Xml.Linq (1)
System\Xml\Linq\XComponentModel.cs (1)
33
PropertyDescriptorCollection properties = new
PropertyDescriptorCollection
(null);
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);
471 references to PropertyDescriptorCollection
PresentationFramework (2)
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (1)
1491
PropertyDescriptorCollection
properties = TypeDescriptor.GetProperties(item);
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
2206
PropertyDescriptorCollection
pdc;
System (75)
compmod\system\componentmodel\ArrayConverter.cs (1)
49
public override
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
compmod\system\componentmodel\BindingList.cs (1)
32
private
PropertyDescriptorCollection
itemTypeProperties = null;
compmod\system\componentmodel\CollectionConverter.cs (1)
52
public override
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
compmod\system\componentmodel\ComponentConverter.cs (1)
41
public override
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
compmod\system\componentmodel\CustomTypeDescriptor.cs (4)
189
public virtual
PropertyDescriptorCollection
GetProperties()
196
return
PropertyDescriptorCollection
.Empty;
206
public virtual
PropertyDescriptorCollection
GetProperties(Attribute[] attributes)
213
return
PropertyDescriptorCollection
.Empty;
compmod\system\componentmodel\design\DesignerOptionService.cs (5)
144
private
PropertyDescriptorCollection
_properties;
201
public
PropertyDescriptorCollection
Properties {
207
PropertyDescriptorCollection
props = TypeDescriptor.GetProperties(_value);
509
public override
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext cxt, object value, Attribute[] attributes) {
510
PropertyDescriptorCollection
props = new PropertyDescriptorCollection(null);
compmod\system\componentmodel\design\IEventPropertyService.cs (1)
41
PropertyDescriptorCollection
GetEventProperties(EventDescriptorCollection events);
compmod\system\componentmodel\design\serialization\IDesignerSerializationManager.cs (1)
33
PropertyDescriptorCollection
Properties {get;}
compmod\system\componentmodel\ExpandableObjectConverter.cs (1)
37
public override
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
compmod\system\componentmodel\IComNativeDescriptorHandler.cs (1)
61
PropertyDescriptorCollection
GetProperties(object component, Attribute[] attributes);
compmod\system\componentmodel\ICustomTypeDescriptor.cs (2)
77
PropertyDescriptorCollection
GetProperties();
82
PropertyDescriptorCollection
GetProperties(Attribute[] attributes);
compmod\system\componentmodel\ITypedList.cs (1)
23
PropertyDescriptorCollection
GetItemProperties(PropertyDescriptor[] listAccessors);
compmod\system\componentmodel\MultilineStringConverter.cs (1)
43
public override
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
compmod\system\componentmodel\NullableConverter.cs (1)
153
public override
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
compmod\system\componentmodel\PropertyDescriptor.cs (4)
246
public
PropertyDescriptorCollection
GetChildProperties() {
253
public
PropertyDescriptorCollection
GetChildProperties(Attribute[] filter) {
260
public
PropertyDescriptorCollection
GetChildProperties(object instance) {
267
public virtual
PropertyDescriptorCollection
GetChildProperties(object instance, Attribute[] filter) {
compmod\system\componentmodel\PropertyDescriptorCollection.cs (9)
76
public static readonly
PropertyDescriptorCollection
Empty = new PropertyDescriptorCollection(null, true);
90
/// Initializes a new instance of the <see cref='System.ComponentModel.
PropertyDescriptorCollection
'/>
342
public virtual
PropertyDescriptorCollection
Sort() {
353
public virtual
PropertyDescriptorCollection
Sort(string[] names) {
363
public virtual
PropertyDescriptorCollection
Sort(string[] names, IComparer comparer) {
373
public virtual
PropertyDescriptorCollection
Sort(IComparer comparer) {
442
/// Gets an enumerator for this <see cref='System.ComponentModel.
PropertyDescriptorCollection
'/>.
687
private
PropertyDescriptorCollection
owner;
690
public PropertyDescriptorEnumerator(
PropertyDescriptorCollection
owner) {
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (8)
470
internal
PropertyDescriptorCollection
GetExtendedProperties(object instance)
489
return
PropertyDescriptorCollection
.Empty;
496
PropertyDescriptorCollection
properties = null;
500
properties = cache[_extenderPropertiesKey] as
PropertyDescriptorCollection
;
555
properties =
PropertyDescriptorCollection
.Empty;
796
internal
PropertyDescriptorCollection
GetProperties(Type type)
1442
private
PropertyDescriptorCollection
_properties;
1915
internal
PropertyDescriptorCollection
GetProperties()
compmod\system\componentmodel\TypeConverter.cs (5)
298
public
PropertyDescriptorCollection
GetProperties(object value) {
307
public
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object value) {
316
public virtual
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
432
protected
PropertyDescriptorCollection
SortProperties(
PropertyDescriptorCollection
props, string[] names) {
compmod\system\componentmodel\TypeDescriptor.cs (27)
1071
private static void DebugValidate(
PropertyDescriptorCollection
properties, Type type, Attribute[] attributes)
1155
private static void DebugValidate(
PropertyDescriptorCollection
properties, object instance, Attribute[] attributes, bool noCustomTypeDesc)
1946
public static
PropertyDescriptorCollection
GetProperties(Type componentType)
1961
public static
PropertyDescriptorCollection
GetProperties(Type componentType, Attribute[] attributes)
1969
PropertyDescriptorCollection
properties = GetDescriptor(componentType, "componentType").GetProperties(attributes);
1985
public static
PropertyDescriptorCollection
GetProperties(object component)
1994
public static
PropertyDescriptorCollection
GetProperties(object component, bool noCustomTypeDesc)
2004
public static
PropertyDescriptorCollection
GetProperties(object component, Attribute[] attributes)
2014
public static
PropertyDescriptorCollection
GetProperties(object component, Attribute[] attributes, bool noCustomTypeDesc) {
2023
private static
PropertyDescriptorCollection
GetPropertiesImpl(object component, Attribute[] attributes, bool noCustomTypeDesc, bool noAttributes) {
2095
PropertyDescriptorCollection
props = results as
PropertyDescriptorCollection
;
3586
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties()
3594
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties(Attribute[] attributes)
3846
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties()
3848
PropertyDescriptorCollection
properties = _primary.GetProperties();
3861
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties(Attribute[] attributes)
3863
PropertyDescriptorCollection
properties = _primary.GetProperties(attributes);
4278
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties()
4293
PropertyDescriptorCollection
properties = desc.GetProperties();
4301
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties(Attribute[] attributes)
4315
PropertyDescriptorCollection
props = rp.GetExtendedProperties(_instance);
4321
PropertyDescriptorCollection
properties = desc.GetProperties(attributes);
4607
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties()
4615
PropertyDescriptorCollection
properties;
4633
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties(Attribute[] attributes)
4641
PropertyDescriptorCollection
properties;
System.Activities (13)
System\Activities\DynamicActivity.cs (4)
191
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties()
196
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties(Attribute[] attributes)
379
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties()
384
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties(Attribute[] attributes)
System\Activities\DynamicActivityTypeDescriptor.cs (5)
16
PropertyDescriptorCollection
cachedProperties;
87
public
PropertyDescriptorCollection
GetProperties()
92
public
PropertyDescriptorCollection
GetProperties(Attribute[] attributes)
94
PropertyDescriptorCollection
result = this.cachedProperties;
100
PropertyDescriptorCollection
dynamicProperties;
System\Activities\RuntimeArgument.cs (1)
213
PropertyDescriptorCollection
properties = TypeDescriptor.GetProperties(owningElement);
System\Activities\WorkflowDataContext.cs (3)
21
PropertyDescriptorCollection
properties;
73
PropertyDescriptorCollection
CreateProperties()
190
public override
PropertyDescriptorCollection
GetProperties()
System.Activities.Presentation (26)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\ExtensibilityAccessor.cs (2)
152
PropertyDescriptorCollection
properties = TypeDescriptor.GetProperties(genericType);
755
PropertyDescriptorCollection
subPropertyDescriptors =
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (4)
506
private
PropertyDescriptorCollection
MergeProperties(Type objectType,
PropertyDescriptorCollection
incoming)
756
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties(Attribute[] attributes)
764
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties()
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (5)
63
static IDictionary<Type,
PropertyDescriptorCollection
> TypePropertyCollection = new Dictionary<Type,
PropertyDescriptorCollection
>();
295
public
PropertyDescriptorCollection
GetProperties(Attribute[] attributes)
300
public
PropertyDescriptorCollection
GetProperties()
574
PropertyDescriptorCollection
properties = DesignObjectWrapper.TypePropertyCollection[type];
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (2)
1255
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties(Attribute[] attributes)
1260
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties()
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (2)
378
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties(Attribute[] attributes)
383
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties()
System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyCollectionImpl.cs (3)
69
PropertyDescriptorCollection
GetPropertyDescriptors()
71
PropertyDescriptorCollection
propertyDescriptors =
PropertyDescriptorCollection
.Empty;
System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyDescriptor.cs (1)
76
public override
PropertyDescriptorCollection
GetChildProperties(object instance, Attribute[] filter)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (2)
1211
public override
PropertyDescriptorCollection
GetProperties()
1218
public override
PropertyDescriptorCollection
GetProperties(Attribute[] attributes)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeConverter.cs (2)
115
public override
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
129
PropertyDescriptorCollection
props = this.converter.GetProperties(WrapContext(context), value, attributes);
System.Activities.Presentation\System\Activities\Presentation\Model\ModelUtilities.cs (1)
67
internal static
PropertyDescriptorCollection
WrapProperties(ModelItem item)
System.Activities.Presentation\System\Activities\Presentation\NamespaceSettingsHandler.cs (2)
176
public override
PropertyDescriptorCollection
GetProperties()
181
public override
PropertyDescriptorCollection
GetProperties(Attribute[] attributes)
System.ComponentModel.DataAnnotations (6)
DataAnnotations\AssociatedMetadataTypeTypeDescriptor.cs (4)
31
public override
PropertyDescriptorCollection
GetProperties(Attribute[] attributes) {
35
public override
PropertyDescriptorCollection
GetProperties() {
39
private
PropertyDescriptorCollection
GetPropertiesWithMetadata(
PropertyDescriptorCollection
originalCollection) {
DataAnnotations\ValidationAttributeStore.cs (1)
211
PropertyDescriptorCollection
properties = TypeDescriptor.GetProperties(this._type);
DataAnnotations\Validator.cs (1)
443
PropertyDescriptorCollection
properties = TypeDescriptor.GetProperties(instance);
System.Data (52)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\ExtensibilityAccessor.cs (2)
152
PropertyDescriptorCollection
properties = TypeDescriptor.GetProperties(genericType);
755
PropertyDescriptorCollection
subPropertyDescriptors =
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (4)
506
private
PropertyDescriptorCollection
MergeProperties(Type objectType,
PropertyDescriptorCollection
incoming)
756
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties(Attribute[] attributes)
764
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties()
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (5)
63
static IDictionary<Type,
PropertyDescriptorCollection
> TypePropertyCollection = new Dictionary<Type,
PropertyDescriptorCollection
>();
295
public
PropertyDescriptorCollection
GetProperties(Attribute[] attributes)
300
public
PropertyDescriptorCollection
GetProperties()
574
PropertyDescriptorCollection
properties = DesignObjectWrapper.TypePropertyCollection[type];
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (2)
1255
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties(Attribute[] attributes)
1260
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties()
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (2)
378
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties(Attribute[] attributes)
383
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties()
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyCollectionImpl.cs (3)
69
PropertyDescriptorCollection
GetPropertyDescriptors()
71
PropertyDescriptorCollection
propertyDescriptors =
PropertyDescriptorCollection
.Empty;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyDescriptor.cs (1)
76
public override
PropertyDescriptorCollection
GetChildProperties(object instance, Attribute[] filter)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (2)
1211
public override
PropertyDescriptorCollection
GetProperties()
1218
public override
PropertyDescriptorCollection
GetProperties(Attribute[] attributes)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeConverter.cs (2)
115
public override
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
129
PropertyDescriptorCollection
props = this.converter.GetProperties(WrapContext(context), value, attributes);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelUtilities.cs (1)
67
internal static
PropertyDescriptorCollection
WrapProperties(ModelItem item)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\NamespaceSettingsHandler.cs (2)
176
public override
PropertyDescriptorCollection
GetProperties()
181
public override
PropertyDescriptorCollection
GetProperties(Attribute[] attributes)
fx\src\data\System\Data\Common\DataRecordInternal.cs (5)
23
private
PropertyDescriptorCollection
_propertyDescriptors;
27
internal DataRecordInternal(SchemaInfo[] schemaInfo, object[] values,
PropertyDescriptorCollection
descriptors, FieldNameLookup fieldNameLookup) {
37
internal DataRecordInternal(object[] values,
PropertyDescriptorCollection
descriptors, FieldNameLookup fieldNameLookup) {
324
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties() {
328
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties(Attribute[] attributes) {
fx\src\data\System\Data\Common\DbConnectionStringBuilder.cs (7)
34
private
PropertyDescriptorCollection
_propertyDescriptors;
335
private
PropertyDescriptorCollection
GetProperties() {
336
PropertyDescriptorCollection
propertyDescriptors = _propertyDescriptors;
443
private
PropertyDescriptorCollection
GetProperties(Attribute[] attributes) {
444
PropertyDescriptorCollection
propertyDescriptors = GetProperties();
500
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties() {
503
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties(Attribute[] attributes) {
fx\src\data\System\Data\Common\dbdatarecord.cs (2)
125
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties() {
129
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties(Attribute[] attributes) {
fx\src\data\System\Data\Common\dbenumerator.cs (1)
23
internal
PropertyDescriptorCollection
_descriptors; // cached property descriptors
fx\src\data\System\Data\DataRowView.cs (3)
19
private static
PropertyDescriptorCollection
zeroPropertyDescriptorCollection = new PropertyDescriptorCollection(null);
295
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties() {
299
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties(Attribute[] attributes) {
fx\src\data\System\Data\DataTable.cs (2)
132
private
PropertyDescriptorCollection
propertyDescriptorCollectionCache = null;
4394
internal
PropertyDescriptorCollection
GetPropertyDescriptorCollection(Attribute[] attributes) {
fx\src\data\System\Data\DataView.cs (1)
1234
PropertyDescriptorCollection
System.ComponentModel.ITypedList.GetItemProperties(PropertyDescriptor[] listAccessors) {
fx\src\data\System\Data\DataViewManager.cs (1)
321
PropertyDescriptorCollection
System.ComponentModel.ITypedList.GetItemProperties(PropertyDescriptor[] listAccessors) {
fx\src\data\System\Data\DataViewManagerListItemTypeDescriptor.cs (3)
20
private
PropertyDescriptorCollection
propsCollection;
115
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties() {
126
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties(Attribute[] attributes) {
fx\src\data\System\Data\xmlsaver.cs (1)
107
PropertyDescriptorCollection
pds = TypeDescriptor.GetProperties(instance) ;
System.Data.Entity (10)
System\Data\Common\DataRecord.cs (7)
431
private
PropertyDescriptorCollection
_propertyDescriptors = null;
440
public
PropertyDescriptorCollection
FilteredProperties;
465
private
PropertyDescriptorCollection
InitializePropertyDescriptors()
490
internal static
PropertyDescriptorCollection
CreatePropertyDescriptorCollection(StructuralType structuralType, Type componentType, bool isReadOnly)
508
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties() { return ((ICustomTypeDescriptor)this).GetProperties(null); }
509
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties(Attribute[] attributes)
513
PropertyDescriptorCollection
props = InitializePropertyDescriptors();
System\Data\Objects\DataRecordObjectView.cs (3)
32
private
PropertyDescriptorCollection
_propertyDescriptorsCache;
140
PropertyDescriptorCollection
System.ComponentModel.ITypedList.GetItemProperties(PropertyDescriptor[] listAccessors)
142
PropertyDescriptorCollection
propertyDescriptors;
System.Drawing (11)
commonui\System\Drawing\Advanced\SizeFConverter.cs (2)
169
public override
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
170
PropertyDescriptorCollection
props = TypeDescriptor.GetProperties(typeof(SizeF), attributes);
commonui\System\Drawing\FontConverter.cs (2)
435
public override
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
436
PropertyDescriptorCollection
props = TypeDescriptor.GetProperties(typeof(Font), attributes);
commonui\System\Drawing\ImageConverter.cs (1)
259
public override
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
commonui\System\Drawing\PointConverter.cs (2)
187
public override
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
188
PropertyDescriptorCollection
props = TypeDescriptor.GetProperties(typeof(Point), attributes);
commonui\System\Drawing\RectangleConverter.cs (2)
193
public override
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
194
PropertyDescriptorCollection
props = TypeDescriptor.GetProperties(typeof(Rectangle), attributes);
commonui\System\Drawing\SizeConverter.cs (2)
185
public override
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
186
PropertyDescriptorCollection
props = TypeDescriptor.GetProperties(typeof(Size), attributes);
System.Web (80)
ModelBinding\MutableObjectModelBinder.cs (1)
136
PropertyDescriptorCollection
propertyDescriptors = modelDescriptor.GetProperties();
Routing\RouteValueDictionary.cs (1)
63
PropertyDescriptorCollection
props = TypeDescriptor.GetProperties(values);
UI\ControlBuilder.cs (3)
590
private
PropertyDescriptorCollection
PropertyDescriptors {
3083
PropertyDescriptorCollection
propertyDescriptors;
3244
internal
PropertyDescriptorCollection
PropertyDescriptors;
UI\ControlPropertyNameConverter.cs (1)
30
PropertyDescriptorCollection
pdc = TypeDescriptor.GetProperties(control.GetType());
UI\DataBinder.cs (4)
27
private static readonly ConcurrentDictionary<Type,
PropertyDescriptorCollection
> propertyCache = new ConcurrentDictionary<Type,
PropertyDescriptorCollection
>();
143
internal static
PropertyDescriptorCollection
GetPropertiesFromCache(object container) {
146
PropertyDescriptorCollection
properties = null;
UI\DataSourceHelper.cs (1)
40
PropertyDescriptorCollection
propDescs = typedMemberList.GetItemProperties(new PropertyDescriptor[0]);
UI\ListSourceHelper.cs (1)
45
PropertyDescriptorCollection
ITypedList.GetItemProperties(PropertyDescriptor[] listAccessors) {
UI\PropertyMapper.cs (1)
181
PropertyDescriptorCollection
properties = TargetFrameworkUtil.GetProperties(childObject);
UI\TargetFrameworkUtil.cs (12)
57
private static ConcurrentDictionary<Type,
PropertyDescriptorCollection
> s_typePropertyDescriptorCollectionDict =
58
new ConcurrentDictionary<Type,
PropertyDescriptorCollection
>();
59
private static ConcurrentDictionary<object,
PropertyDescriptorCollection
> s_objectPropertyDescriptorCollectionDict =
60
new ConcurrentDictionary<object,
PropertyDescriptorCollection
>();
297
internal static
PropertyDescriptorCollection
GetProperties(Type type) {
302
PropertyDescriptorCollection
result = null;
312
private static
PropertyDescriptorCollection
GetPropertyDescriptorCollection(Type type) {
326
internal static
PropertyDescriptorCollection
GetProperties(object obj) {
331
PropertyDescriptorCollection
result = null;
341
private static
PropertyDescriptorCollection
GetPropertyDescriptorCollection(object obj) {
360
private static
PropertyDescriptorCollection
GetFilteredPropertyDescriptorCollection(Type objectType, object instance) {
362
PropertyDescriptorCollection
propertyDescriptors = null;
UI\WebControls\AdRotator.cs (1)
343
PropertyDescriptorCollection
propertyDescriptors = null;
UI\WebControls\DataGrid.cs (1)
870
PropertyDescriptorCollection
propDescs = null;
UI\WebControls\DetailsViewRowsGenerator.cs (1)
23
PropertyDescriptorCollection
propDescs = null;
UI\WebControls\ErrorStyle.cs (3)
59
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties() {
63
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties(Attribute[] attributes) {
64
PropertyDescriptorCollection
oldProperties = TypeDescriptor.GetProperties(GetType(), attributes);
UI\WebControls\ErrorTableItemStyle.cs (3)
57
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties() {
61
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties(Attribute[] attributes) {
62
PropertyDescriptorCollection
oldProperties = TypeDescriptor.GetProperties(GetType(), attributes);
UI\WebControls\GridViewColumnsGenerator.cs (1)
27
PropertyDescriptorCollection
propDescs = null;
UI\WebControls\HyperLinkColumn.cs (1)
282
PropertyDescriptorCollection
props = TypeDescriptor.GetProperties(dataItem);
UI\WebControls\HyperLinkField.cs (1)
336
PropertyDescriptorCollection
props = TypeDescriptor.GetProperties(dataItem);
UI\WebControls\Menu.cs (1)
1458
PropertyDescriptorCollection
props = TypeDescriptor.GetProperties(item);
UI\WebControls\ObjectDataSourceView.cs (1)
689
PropertyDescriptorCollection
props = TypeDescriptor.GetProperties(dataObject);
UI\WebControls\PagedDataSource.cs (1)
353
public
PropertyDescriptorCollection
GetItemProperties(PropertyDescriptor[] listAccessors) {
UI\WebControls\SubMenuStyle.cs (3)
266
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties() {
270
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties(Attribute[] attributes) {
271
PropertyDescriptorCollection
oldProperties = TypeDescriptor.GetProperties(GetType(), attributes);
UI\WebControls\TreeView.cs (1)
1484
PropertyDescriptorCollection
props = TypeDescriptor.GetProperties(item);
UI\WebControls\XmlDataSourceNodeDescriptor.cs (2)
76
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties() {
80
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties(Attribute[] attrFilter) {
UI\WebControls\XmlHierarchyData.cs (2)
165
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties() {
169
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties(Attribute[] attrFilter) {
UI\WebParts\IWebPartParameters.cs (2)
18
PropertyDescriptorCollection
Schema { get; }
20
void SetConsumerSchema(
PropertyDescriptorCollection
schema);
UI\WebParts\IWebPartRow.cs (1)
13
PropertyDescriptorCollection
Schema { get; }
UI\WebParts\IWebPartTable.cs (1)
14
PropertyDescriptorCollection
Schema { get; }
UI\WebParts\PropertyGridEditorPart.cs (5)
113
PropertyDescriptorCollection
properties = GetEditableProperties(editableObject, true);
247
private
PropertyDescriptorCollection
GetEditableProperties(object editableObject, bool sort) {
250
PropertyDescriptorCollection
propDescs = TypeDescriptor.GetProperties(editableObject, FilterAttributes);
255
PropertyDescriptorCollection
filteredPropDescs = new PropertyDescriptorCollection(null);
303
PropertyDescriptorCollection
propDescs = GetEditableProperties(editableObject, true);
UI\WebParts\RowToFieldTransformer.cs (4)
36
private
PropertyDescriptorCollection
ProviderSchema {
87
PropertyDescriptorCollection
schema = ProviderSchema;
105
protected override
PropertyDescriptorCollection
ConsumerSchema {
111
protected override
PropertyDescriptorCollection
ProviderSchema {
UI\WebParts\RowToParametersTransformer.cs (13)
22
private
PropertyDescriptorCollection
_consumerSchema;
41
private
PropertyDescriptorCollection
ConsumerSchema {
59
private
PropertyDescriptorCollection
ProviderSchema {
66
private
PropertyDescriptorCollection
SelectedProviderSchema {
68
PropertyDescriptorCollection
props = new PropertyDescriptorCollection(null);
70
PropertyDescriptorCollection
providerSchema = ProviderSchema;
106
PropertyDescriptorCollection
consumerSchema = ((IWebPartParameters)this).Schema;
109
PropertyDescriptorCollection
providerSchema = SelectedProviderSchema;
182
PropertyDescriptorCollection
IWebPartParameters.Schema {
186
PropertyDescriptorCollection
props = new PropertyDescriptorCollection(null);
205
void IWebPartParameters.SetConsumerSchema(
PropertyDescriptorCollection
schema) {
221
protected override
PropertyDescriptorCollection
ConsumerSchema {
227
protected override
PropertyDescriptorCollection
ProviderSchema {
UI\WebParts\TransformerConfigurationWizardBase.cs (3)
26
protected abstract
PropertyDescriptorCollection
ConsumerSchema { get; }
46
protected abstract
PropertyDescriptorCollection
ProviderSchema { get; }
144
private string[] ConvertSchemaToArray(
PropertyDescriptorCollection
schema) {
UI\WebParts\WebPartMenuStyle.cs (3)
176
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties() {
180
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties(Attribute[] attributes) {
181
PropertyDescriptorCollection
oldProperties = TypeDescriptor.GetProperties(GetType(), attributes);
System.Web.DataVisualization (2)
Common\Converters\CustomAttributesConverters.cs (2)
182
public override
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object obj, Attribute[] attributes)
184
PropertyDescriptorCollection
propCollection = new PropertyDescriptorCollection(null);
System.Web.DynamicData (4)
DynamicData\ModelProviders\SimpleTableProvider.cs (1)
53
private void InitializeColumns(
PropertyDescriptorCollection
columnDescriptors) {
DynamicData\Util\DictionaryCustomTypeDescriptor.cs (2)
9
private
PropertyDescriptorCollection
_properties;
26
public override
PropertyDescriptorCollection
GetProperties() {
DynamicData\Util\Misc.cs (1)
73
var
props = TypeDescriptor.GetProperties(instance);
System.Web.Entity (11)
System\Data\WebControls\EntityDataSourceUtil.cs (1)
154
PropertyDescriptorCollection
entityProperties = entityWrapper.GetProperties();
System\Data\WebControls\EntityDataSourceView.cs (2)
882
private void ConvertProperties(IDictionary values,
PropertyDescriptorCollection
propertyDescriptors, ParameterCollection referenceParameters, Dictionary<string, object> convertedValues)
992
PropertyDescriptorCollection
collection = wrapperCollection.GetItemProperties(null);
System\Data\WebControls\EntityDataSourceViewSchema.cs (4)
27
PropertyDescriptorCollection
properties = wrappers.GetItemProperties(null);
48
PropertyDescriptorCollection
properties = typedList.GetItemProperties(null);
65
PropertyDescriptorCollection
properties = TypeDescriptor.GetProperties(type);
73
private void CreateColumnsFromPropDescs(
PropertyDescriptorCollection
properties, string[] keyNames)
System\Data\WebControls\EntityDataSourceWrapper.cs (2)
89
public
PropertyDescriptorCollection
GetProperties()
94
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties(Attribute[] attributes)
System\Data\WebControls\EntityDataSourceWrapperCollection.cs (2)
47
private readonly
PropertyDescriptorCollection
_visiblePropertyDescriptors;
135
public
PropertyDescriptorCollection
GetItemProperties(PropertyDescriptor[] listAccessors)
System.Web.Extensions (4)
UI\WebControls\DataSourceHelper.cs (1)
134
PropertyDescriptorCollection
props = TypeDescriptor.GetProperties(dataObject);
UI\WebControls\LinqDataSourceView.cs (1)
845
PropertyDescriptorCollection
properties = TypeDescriptor.GetProperties(oldDataObject);
UI\WebControls\ListViewPagedDataSource.cs (1)
250
public
PropertyDescriptorCollection
GetItemProperties(PropertyDescriptor[] listAccessors) {
UI\WebControls\QueryableDataSourceView.cs (1)
587
PropertyDescriptorCollection
props = TypeDescriptor.GetProperties(EntityType);
System.Web.Mobile (20)
UI\MobileControls\DataSourceHelper.cs (1)
56
PropertyDescriptorCollection
propDescs =
UI\MobileControls\Design\Converters\DataFieldConverter.cs (1)
103
PropertyDescriptorCollection
props = null;
UI\MobileControls\Design\MobileControlPersister.cs (3)
359
PropertyDescriptorCollection
propDescs = TypeDescriptor.GetProperties(component);
487
PropertyDescriptorCollection
properties;
557
PropertyDescriptorCollection
subProps = null;
UI\MobileControls\Design\ObjectListFieldsPage.cs (1)
176
PropertyDescriptorCollection
props = null;
UI\MobileControls\Design\PropertyOverridesDialog.cs (12)
757
PropertyDescriptorCollection
properties =
888
PropertyDescriptorCollection
properties =
915
PropertyDescriptorCollection
properties =
958
PropertyDescriptorCollection
properties =
989
PropertyDescriptorCollection
properties =
1054
private
PropertyDescriptorCollection
PreFilterProperties(
1055
PropertyDescriptorCollection
originalProperties
1057
PropertyDescriptorCollection
newProperties =
1129
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties()
1131
PropertyDescriptorCollection
collection =
1139
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties(Attribute[] attributes)
1141
PropertyDescriptorCollection
collection =
UI\MobileControls\Design\StylesEditorDialog.cs (1)
437
PropertyDescriptorCollection
propDescs = TypeDescriptor.GetProperties(style);
UI\MobileControls\ObjectList.cs (1)
823
PropertyDescriptorCollection
propertyDescriptors = null;
System.Windows.Forms (97)
winforms\Managed\System\WinForms\AxHost.cs (7)
208
private
PropertyDescriptorCollection
propsStash = null;
2841
private
PropertyDescriptorCollection
FillProperties(Attribute[] attributes) {
2883
PropertyDescriptorCollection
baseProps = TypeDescriptor.GetProperties(this, null, true);
2983
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties() {
2993
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties(Attribute[] attributes) {
3010
PropertyDescriptorCollection
props = FillProperties(null);
4373
PropertyDescriptorCollection
props = ((ICustomTypeDescriptor)host).GetProperties();
winforms\Managed\System\WinForms\Binding.cs (1)
518
PropertyDescriptorCollection
propInfos;
winforms\Managed\System\WinForms\BindingMAnagerBase.cs (5)
117
internal abstract
PropertyDescriptorCollection
GetItemProperties(PropertyDescriptor[] listAccessors);
123
public virtual
PropertyDescriptorCollection
GetItemProperties() {
128
protected internal virtual
PropertyDescriptorCollection
GetItemProperties(ArrayList dataSources, ArrayList listAccessors) {
146
protected virtual
PropertyDescriptorCollection
GetItemProperties(Type listType, int offset, ArrayList dataSources, ArrayList listAccessors) {
171
PropertyDescriptorCollection
itemProps = null;
winforms\Managed\System\WinForms\BindingSource.cs (5)
79
private
PropertyDescriptorCollection
itemShape;
873
PropertyDescriptorCollection
dsProps = ListBindingHelper.GetListItemProperties(this.dataSource);
1058
PropertyDescriptorCollection
dsProps = cm.GetItemProperties();
1123
PropertyDescriptorCollection
props = this.currencyManager.GetItemProperties();
1745
public virtual
PropertyDescriptorCollection
GetItemProperties(PropertyDescriptor[] listAccessors) {
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2ExtendedTypeConverter.cs (1)
143
public override
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IDispatchConverter.cs (1)
89
public override
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (2)
1390
public override
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
1391
PropertyDescriptorCollection
props = TypeDescriptor.GetProperties(value, attributes);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (4)
382
internal
PropertyDescriptorCollection
GetProperties(Object component, Attribute[] attributes) {
387
return
PropertyDescriptorCollection
.Empty;
555
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties()
563
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties(Attribute[] attributes)
winforms\Managed\System\WinForms\Control.cs (2)
17308
PropertyDescriptorCollection
props = TypeDescriptor.GetProperties(control,
18027
PropertyDescriptorCollection
props = TypeDescriptor.GetProperties(control,
winforms\Managed\System\WinForms\CurrencyManager.cs (2)
578
internal override
PropertyDescriptorCollection
GetItemProperties(PropertyDescriptor[] listAccessors) {
587
public override
PropertyDescriptorCollection
GetItemProperties() {
winforms\Managed\System\WinForms\DataGrid.cs (1)
8719
PropertyDescriptorCollection
props = lm.GetItemProperties();
winforms\Managed\System\WinForms\DataGridColumn.cs (1)
382
PropertyDescriptorCollection
propCollection = lm.GetItemProperties();
winforms\Managed\System\WinForms\DataGridTable.cs (2)
1393
PropertyDescriptorCollection
propCollection = listManager.GetItemProperties();
1412
PropertyDescriptorCollection
propCollection = listManager.GetItemProperties();
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (2)
1606
PropertyDescriptorCollection
props = this.DataManager.GetItemProperties();
1634
PropertyDescriptorCollection
props = this.DataManager.GetItemProperties();
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (2)
26
PropertyDescriptorCollection
props = null;
1640
PropertyDescriptorCollection
props = cm.GetItemProperties();
winforms\Managed\System\WinForms\Design\EventsTab.cs (4)
129
public override
PropertyDescriptorCollection
GetProperties(object component, Attribute[] attributes) {
137
public override
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object component, Attribute[] attributes) {
146
PropertyDescriptorCollection
realEvents = eventPropertySvc.GetEventProperties(events);
156
PropertyDescriptorCollection
namespaceProperties = TypeDescriptor.GetProperties(component, attributesPlusNamespace);
winforms\Managed\System\WinForms\Design\PropertyTab.cs (3)
134
public virtual
PropertyDescriptorCollection
GetProperties(Object component) {
143
public abstract
PropertyDescriptorCollection
GetProperties(object component, Attribute[] attributes);
149
public virtual
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object component, Attribute[] attributes) {
winforms\Managed\System\WinForms\FlatButtonAppearance.cs (1)
188
public override
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
winforms\Managed\System\WinForms\ImageIndexConverter.cs (1)
100
PropertyDescriptorCollection
props = TypeDescriptor.GetProperties(instance);
winforms\Managed\System\WinForms\ImageKeyConverter.cs (1)
115
PropertyDescriptorCollection
props = TypeDescriptor.GetProperties(instance);
winforms\Managed\System\WinForms\LinkArea.cs (2)
238
public override
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
239
PropertyDescriptorCollection
props = TypeDescriptor.GetProperties(typeof(LinkArea), attributes);
winforms\Managed\System\WinForms\ListBindingHelper.cs (21)
67
PropertyDescriptorCollection
dsProps = ListBindingHelper.GetListItemProperties(dataSource);
137
public static
PropertyDescriptorCollection
GetListItemProperties(object list) {
138
PropertyDescriptorCollection
pdc;
166
public static
PropertyDescriptorCollection
GetListItemProperties(object list, PropertyDescriptor[] listAccessors) {
167
PropertyDescriptorCollection
pdc;
198
public static
PropertyDescriptorCollection
GetListItemProperties(object dataSource, string dataMember, PropertyDescriptor[] listAccessors) {
203
PropertyDescriptorCollection
dsProps = ListBindingHelper.GetListItemProperties(dataSource);
307
PropertyDescriptorCollection
dsProps = GetListItemProperties(dataSource);
349
private static
PropertyDescriptorCollection
GetListItemPropertiesByType(Type type, PropertyDescriptor[] listAccessors) {
350
PropertyDescriptorCollection
pdc = null;
362
private static
PropertyDescriptorCollection
GetListItemPropertiesByType(Type type, PropertyDescriptor[] listAccessors, int startIndex) {
363
PropertyDescriptorCollection
pdc = null;
388
private static
PropertyDescriptorCollection
GetListItemPropertiesByEnumerable(IEnumerable iEnumerable, PropertyDescriptor[] listAccessors, int startIndex) {
389
PropertyDescriptorCollection
pdc = null;
439
private static
PropertyDescriptorCollection
GetListItemPropertiesByEnumerable(IEnumerable enumerable, PropertyDescriptor[] listAccessors) {
440
PropertyDescriptorCollection
pdc = null;
463
private static
PropertyDescriptorCollection
GetListItemPropertiesByInstance(object target, PropertyDescriptor[] listAccessors, int startIndex) {
468
PropertyDescriptorCollection
pdc;
569
private static
PropertyDescriptorCollection
GetListItemPropertiesByType(Type type) {
573
private static
PropertyDescriptorCollection
GetListItemPropertiesByEnumerable(IEnumerable enumerable) {
574
PropertyDescriptorCollection
pdc = null;
winforms\Managed\System\WinForms\ListControl.cs (3)
171
PropertyDescriptorCollection
props = this.DataManager.GetItemProperties();
304
PropertyDescriptorCollection
props = dataManager.GetItemProperties();
425
PropertyDescriptorCollection
props = dataManager.GetItemProperties();
winforms\Managed\System\WinForms\Padding.cs (2)
412
public override
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
413
PropertyDescriptorCollection
props = TypeDescriptor.GetProperties(typeof(Padding), attributes);
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
1290
PropertyDescriptorCollection
events;
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
1555
PropertyDescriptorCollection
props = null;
winforms\Managed\System\WinForms\PropertyGridInternal\ImmutablePropertyDescriptorGridEntry.cs (1)
57
PropertyDescriptorCollection
props = parentConverter.GetProperties(parentEntry, owner);
winforms\Managed\System\WinForms\PropertyGridInternal\MultiSelectRootGridEntry.cs (3)
141
PropertyDescriptorCollection
[] propCollections = new
PropertyDescriptorCollection
[objs.Length];
147
PropertyDescriptorCollection
pdc = tab.GetProperties(parentEntry, objs[i], attrs);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertiesTab.cs (3)
57
PropertyDescriptorCollection
props = GetProperties(obj);
74
public override
PropertyDescriptorCollection
GetProperties(object component, Attribute[] attributes) {
82
public override
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object component, Attribute[] attributes) {
winforms\Managed\System\WinForms\PropertyManager.cs (1)
76
internal override
PropertyDescriptorCollection
GetItemProperties(PropertyDescriptor[] listAccessors) {
winforms\Managed\System\WinForms\RelatedCurrencyManager.cs (2)
77
internal override
PropertyDescriptorCollection
GetItemProperties(PropertyDescriptor[] listAccessors) {
99
public override
PropertyDescriptorCollection
GetItemProperties() {
winforms\Managed\System\WinForms\RelatedPropertyManager.cs (1)
55
internal override
PropertyDescriptorCollection
GetItemProperties(PropertyDescriptor[] listAccessors) {
winforms\Managed\System\WinForms\ScrollableControl.cs (2)
1762
public override
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
1763
PropertyDescriptorCollection
props = TypeDescriptor.GetProperties(typeof(DockPaddingEdges), attributes);
winforms\Managed\System\WinForms\SelectionRangeConverter.cs (3)
115
PropertyDescriptorCollection
props = GetProperties(value);
176
public override
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
177
PropertyDescriptorCollection
props = TypeDescriptor.GetProperties(typeof(SelectionRange), attributes);
winforms\Managed\System\WinForms\TableLayoutPanelCellPosition.cs (2)
164
public override
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) {
165
PropertyDescriptorCollection
props = TypeDescriptor.GetProperties(typeof(TableLayoutPanelCellPosition), attributes);
winforms\Managed\System\WinForms\TreeViewImageIndexConverter.cs (1)
96
PropertyDescriptorCollection
props = TypeDescriptor.GetProperties(instance);
System.Windows.Forms.DataVisualization (2)
Common\Converters\CustomAttributesConverters.cs (2)
182
public override
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object obj, Attribute[] attributes)
184
PropertyDescriptorCollection
propCollection = new PropertyDescriptorCollection(null);
System.Workflow.Activities (7)
Designers\StateDesigner.cs (1)
1923
PropertyDescriptorCollection
properties = TypeDescriptor.GetProperties(activity);
LocalService\CorrelationTokenTypeConvertor.cs (2)
94
public override
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
96
PropertyDescriptorCollection
properties = base.GetProperties(context, value, attributes);
Rules\Design\LogicalExpressionTypeConverter.cs (4)
49
public override
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
51
PropertyDescriptorCollection
newProps = new PropertyDescriptorCollection(null);
168
public override
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
175
PropertyDescriptorCollection
newProps = new PropertyDescriptorCollection(null);
System.Workflow.ComponentModel (24)
AuthoringOM\Design\ActivityDesigner.cs (1)
743
PropertyDescriptorCollection
properties = TypeDescriptor.GetProperties(Activity, new Attribute[] { new BrowsableAttribute(true) });
AuthoringOM\Design\ComponentSerializationService.cs (2)
504
PropertyDescriptorCollection
props = null;
697
PropertyDescriptorCollection
props = null;
AuthoringOM\Design\CustomActivityDesigner.cs (1)
315
PropertyDescriptorCollection
properties = TypeDescriptor.GetProperties(host.RootComponent);
AuthoringOM\Design\DesignerHelpers.cs (2)
1338
PropertyDescriptorCollection
properties = TypeDescriptor.GetProperties(component, new Attribute[] { BrowsableAttribute.Yes });
1734
PropertyDescriptorCollection
properties = TypeDescriptor.GetProperties(activity);
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (2)
1410
public override
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
1412
PropertyDescriptorCollection
newProps = new PropertyDescriptorCollection(null);
AuthoringOM\Design\FreeFormDesigner.cs (1)
1044
PropertyDescriptorCollection
properties = TypeDescriptor.GetProperties(designer);
AuthoringOM\Design\PropertyDescriptors.cs (5)
146
internal static
PropertyDescriptorCollection
FilterProperties(IServiceProvider serviceProvider, object propertyOwner,
PropertyDescriptorCollection
props)
214
internal static
PropertyDescriptorCollection
GetPropertiesForEvents(IServiceProvider serviceProvider, object eventOwner)
820
public override
PropertyDescriptorCollection
GetProperties()
822
PropertyDescriptorCollection
properties = base.GetProperties();
AuthoringOM\Design\Themes.cs (2)
3212
public override
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
3214
PropertyDescriptorCollection
srcProperties = base.GetProperties(context, value, attributes);
AuthoringOM\Design\TypeConverters.cs (4)
125
public override
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
127
PropertyDescriptorCollection
props = new PropertyDescriptorCollection(new PropertyDescriptor[] { });
268
public override
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
274
PropertyDescriptorCollection
props = TypeDescriptor.GetProperties(value, new Attribute[] { BrowsableAttribute.Yes });
AuthoringOM\Serializer\ActivityCodeDomSerializationManager.cs (1)
271
public
PropertyDescriptorCollection
Properties
AuthoringOM\Serializer\CompositeActivityTypeDescriptor.cs (2)
31
public override
PropertyDescriptorCollection
GetProperties(Attribute[] attributes)
33
PropertyDescriptorCollection
properties = base.GetProperties(attributes);
AuthoringOM\Serializer\WorkflowMarkupSerializationManager.cs (1)
459
PropertyDescriptorCollection
IDesignerSerializationManager.Properties
System.Workflow.Runtime (3)
System\Activities\Statements\Interop.cs (3)
593
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties(Attribute[] attributes)
597
PropertyDescriptorCollection
interopProperties;
708
PropertyDescriptorCollection
ICustomTypeDescriptor.GetProperties()
System.WorkflowServices (6)
System\Workflow\Activities\ChannelTokenTypeConverter.cs (2)
71
public override
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
73
PropertyDescriptorCollection
properties = base.GetProperties(context, value, attributes);
System\Workflow\Activities\ContextTokenTypeConverter.cs (2)
71
public override
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
73
PropertyDescriptorCollection
properties = base.GetProperties(context, value, attributes);
System\Workflow\Activities\WorkflowServiceAttributesTypeConverter.cs (2)
12
public override
PropertyDescriptorCollection
GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
16
PropertyDescriptorCollection
subProperties = TypeDescriptor.GetProperties(value, new Attribute[] { new BrowsableAttribute(true) });
System.Xml.Linq (3)
System\Xml\Linq\XComponentModel.cs (3)
28
public override
PropertyDescriptorCollection
GetProperties() {
32
public override
PropertyDescriptorCollection
GetProperties(Attribute[] attributes) {
33
PropertyDescriptorCollection
properties = new PropertyDescriptorCollection(null);
WindowsBase (13)
Base\MS\Internal\ComponentModel\APCustomTypeDescriptor.cs (4)
55
public
PropertyDescriptorCollection
GetProperties()
64
public
PropertyDescriptorCollection
GetProperties(Attribute[] attributes)
94
return
PropertyDescriptorCollection
.Empty;
183
PropertyDescriptorCollection
properties;
Base\MS\Internal\ComponentModel\DPCustomTypeDescriptor.cs (8)
80
public
PropertyDescriptorCollection
GetProperties()
89
public
PropertyDescriptorCollection
GetProperties(Attribute[] attributes)
118
return
PropertyDescriptorCollection
.Empty;
127
if (_instance == null) return
PropertyDescriptorCollection
.Empty;
147
PropertyDescriptorCollection
properties = (
PropertyDescriptorCollection
)_typeProperties[_objectType];
278
private
PropertyDescriptorCollection
CreateProperties()
280
PropertyDescriptorCollection
baseProps = _parent.GetProperties();
Base\System\ComponentModel\DependencyPropertyDescriptor.cs (1)
386
public override
PropertyDescriptorCollection
GetChildProperties(object instance, Attribute[] filter) { return Property.GetChildProperties(instance, filter); }