Implemented interface member:
property
Attributes
System.Runtime.InteropServices._PropertyInfo.Attributes
11 overrides of Attributes
mscorlib (2)
system\reflection\emit\propertybuilder.cs (1)
235public override PropertyAttributes Attributes {
system\reflection\propertyinfo.cs (1)
588public override PropertyAttributes Attributes
PresentationFramework (1)
src\Framework\MS\Internal\Data\IndexerPropertyInfo.cs (1)
33public override PropertyAttributes Attributes
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1815public override PropertyAttributes Attributes { get { return _info.Attributes; } }
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1815public override PropertyAttributes Attributes { get { return _info.Attributes; } }
System.Workflow.Activities (1)
Designers\StateDesigner.cs (1)
2498public override PropertyAttributes Attributes
System.Workflow.ComponentModel (5)
AuthoringOM\Bind.cs (1)
1683public override PropertyAttributes Attributes
AuthoringOM\Compiler\TypeSystem\PropertyInfo.cs (1)
130public override PropertyAttributes Attributes
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
955public override PropertyAttributes Attributes
AuthoringOM\Design\ComponentSerializationService.cs (1)
768public override PropertyAttributes Attributes
AuthoringOM\Serializer\ExtendedPropertyInfo.cs (1)
148public override PropertyAttributes Attributes
7 references to Attributes
mscorlib (1)
system\reflection\propertyinfo.cs (1)
158public bool IsSpecialName { get { return(Attributes & PropertyAttributes.SpecialName) != 0; } }
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1815public override PropertyAttributes Attributes { get { return _info.Attributes; } }
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1815public override PropertyAttributes Attributes { get { return _info.Attributes; } }
System.Workflow.Activities (1)
Designers\StateDesigner.cs (1)
2502return this.realPropertyInfo.Attributes;
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
957get { return this.propertyInfo.Attributes; }
AuthoringOM\Design\ComponentSerializationService.cs (1)
773return this.realPropInfo.Attributes;
AuthoringOM\Serializer\ExtendedPropertyInfo.cs (1)
152return this.realPropertyInfo.Attributes;