35 implementations of GetAttributes
System (5)
compmod\system\componentmodel\CustomTypeDescriptor.cs (1)
52public virtual AttributeCollection GetAttributes()
compmod\system\componentmodel\TypeDescriptor.cs (4)
3514AttributeCollection ICustomTypeDescriptor.GetAttributes() 3710AttributeCollection ICustomTypeDescriptor.GetAttributes() 4069AttributeCollection ICustomTypeDescriptor.GetAttributes() 4372AttributeCollection ICustomTypeDescriptor.GetAttributes()
System.Activities (3)
System\Activities\DynamicActivity.cs (2)
146AttributeCollection ICustomTypeDescriptor.GetAttributes() 334AttributeCollection ICustomTypeDescriptor.GetAttributes()
System\Activities\DynamicActivityTypeDescriptor.cs (1)
37public AttributeCollection GetAttributes()
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
732AttributeCollection ICustomTypeDescriptor.GetAttributes()
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
180public AttributeCollection GetAttributes()
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
1206AttributeCollection ICustomTypeDescriptor.GetAttributes()
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (1)
329AttributeCollection ICustomTypeDescriptor.GetAttributes()
System.Data (9)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
732AttributeCollection ICustomTypeDescriptor.GetAttributes()
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
180public AttributeCollection GetAttributes()
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
1206AttributeCollection ICustomTypeDescriptor.GetAttributes()
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (1)
329AttributeCollection ICustomTypeDescriptor.GetAttributes()
fx\src\data\System\Data\Common\DataRecordInternal.cs (1)
286AttributeCollection ICustomTypeDescriptor.GetAttributes() {
fx\src\data\System\Data\Common\DbConnectionStringBuilder.cs (1)
488AttributeCollection ICustomTypeDescriptor.GetAttributes() {
fx\src\data\System\Data\Common\dbdatarecord.cs (1)
87AttributeCollection ICustomTypeDescriptor.GetAttributes() {
fx\src\data\System\Data\DataRowView.cs (1)
259AttributeCollection ICustomTypeDescriptor.GetAttributes() {
fx\src\data\System\Data\DataViewManagerListItemTypeDescriptor.cs (1)
39AttributeCollection ICustomTypeDescriptor.GetAttributes() {
System.Data.Entity (1)
System\Data\Common\DataRecord.cs (1)
457AttributeCollection ICustomTypeDescriptor.GetAttributes() { return TypeDescriptor.GetAttributes(this, true); }
System.Web (6)
UI\WebControls\ErrorStyle.cs (1)
23AttributeCollection ICustomTypeDescriptor.GetAttributes() {
UI\WebControls\ErrorTableItemStyle.cs (1)
21AttributeCollection ICustomTypeDescriptor.GetAttributes() {
UI\WebControls\SubMenuStyle.cs (1)
230 System.ComponentModel.AttributeCollection ICustomTypeDescriptor.GetAttributes() {
UI\WebControls\XmlDataSourceNodeDescriptor.cs (1)
39AttributeCollection ICustomTypeDescriptor.GetAttributes() {
UI\WebControls\XmlHierarchyData.cs (1)
128AttributeCollection ICustomTypeDescriptor.GetAttributes() {
UI\WebParts\WebPartMenuStyle.cs (1)
140System.ComponentModel.AttributeCollection ICustomTypeDescriptor.GetAttributes() {
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceWrapper.cs (1)
78System.ComponentModel.AttributeCollection System.ComponentModel.ICustomTypeDescriptor.GetAttributes() { return new System.ComponentModel.AttributeCollection(); }
System.Web.Mobile (1)
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
1084System.ComponentModel.AttributeCollection ICustomTypeDescriptor.GetAttributes()
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (1)
2719AttributeCollection ICustomTypeDescriptor.GetAttributes() {
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
483AttributeCollection ICustomTypeDescriptor.GetAttributes()
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
548AttributeCollection ICustomTypeDescriptor.GetAttributes()
WindowsBase (2)
Base\MS\Internal\ComponentModel\APCustomTypeDescriptor.cs (1)
192public AttributeCollection GetAttributes() { return _parent.GetAttributes(); }
Base\MS\Internal\ComponentModel\DPCustomTypeDescriptor.cs (1)
213public AttributeCollection GetAttributes() { return _parent.GetAttributes(); }
17 references to GetAttributes
System (9)
compmod\system\componentmodel\CustomTypeDescriptor.cs (1)
56return _parent.GetAttributes();
compmod\system\componentmodel\TypeDescriptor.cs (8)
1375AttributeCollection attributes = GetDescriptor(componentType, "componentType").GetAttributes(); 1419ICollection results = typeDesc.GetAttributes(); 1438ICollection extResults = extDesc.GetAttributes(); 1456ICollection extResults = extDesc.GetAttributes(); 3712AttributeCollection attrs = _primary.GetAttributes(); 3715attrs = _secondary.GetAttributes(); 4084AttributeCollection attrs = desc.GetAttributes(); 4388attrs = desc.GetAttributes();
System.Web (5)
ModelBinding\AssociatedMetadataProvider.cs (1)
73IEnumerable<Attribute> attributes = GetTypeDescriptor(modelType).GetAttributes().Cast<Attribute>();
ModelBinding\AssociatedValidatorProvider.cs (1)
46return GetValidators(metadata, context, GetTypeDescriptor(metadata.ModelType).GetAttributes().Cast<Attribute>());
ModelBinding\ModelBinderProviderCollection.cs (1)
111ExtensibleModelBinderAttribute attr = TypeDescriptorHelper.Get(modelType).GetAttributes().OfType<ExtensibleModelBinderAttribute>().FirstOrDefault();
ModelBinding\MutableObjectModelBinder.cs (1)
137BindingBehaviorAttribute typeAttr = modelDescriptor.GetAttributes().OfType<BindingBehaviorAttribute>().SingleOrDefault();
UI\TargetFrameworkUtil.cs (1)
441return descriptor.GetAttributes();
System.Web.DynamicData (1)
DynamicData\ModelProviders\TableProvider.cs (1)
46return GetTypeDescriptor().GetAttributes();
WindowsBase (2)
Base\MS\Internal\ComponentModel\APCustomTypeDescriptor.cs (1)
192public AttributeCollection GetAttributes() { return _parent.GetAttributes(); }
Base\MS\Internal\ComponentModel\DPCustomTypeDescriptor.cs (1)
213public AttributeCollection GetAttributes() { return _parent.GetAttributes(); }