Implemented interface member:
property
Attributes
System.Runtime.InteropServices._EventInfo.Attributes
6 overrides of Attributes
mscorlib (1)
system\reflection\eventinfo.cs (1)
437public override EventAttributes Attributes
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1888public override EventAttributes Attributes { get { return _info.Attributes; } }
System.Core (1)
System\Runtime\InteropServices\ComAwareEventInfo.cs (1)
67public override System.Reflection.EventAttributes Attributes {
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1888public override EventAttributes Attributes { get { return _info.Attributes; } }
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\EventInfo.cs (1)
96public override EventAttributes Attributes
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
1178public override EventAttributes Attributes
5 references to Attributes
mscorlib (1)
system\reflection\eventinfo.cs (1)
183return(Attributes & EventAttributes.SpecialName) != 0;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1888public override EventAttributes Attributes { get { return _info.Attributes; } }
System.Core (1)
System\Runtime\InteropServices\ComAwareEventInfo.cs (1)
68get { return _innerEventInfo.Attributes; }
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1888public override EventAttributes Attributes { get { return _info.Attributes; } }
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
1180get { return this.eventInfo.Attributes; }