18 references to EventAttributes
mscorlib (12)
system\reflection\cominterfaces.cs (1)
617
EventAttributes
Attributes { get; }
system\reflection\emit\eventbuilder.cs (2)
44
EventAttributes
attr, // event attribute such as Public, Private, and Protected defined above
169
private
EventAttributes
m_attributes;
system\reflection\emit\typebuilder.cs (3)
264
internal static extern int DefineEvent(RuntimeModule module, int tkParent, String name,
EventAttributes
attributes, int tkEventType);
2212
public EventBuilder DefineEvent(String name,
EventAttributes
attributes, Type eventtype)
2221
private EventBuilder DefineEventNoLock(String name,
EventAttributes
attributes, Type eventtype)
system\reflection\eventinfo.cs (4)
80
public abstract
EventAttributes
Attributes { get; }
183
return(Attributes &
EventAttributes
.SpecialName) != 0;
233
private
EventAttributes
m_flags;
437
public override
EventAttributes
Attributes
system\reflection\mdimport.cs (2)
476
public unsafe void GetEventProps(int mdToken, out void* name, out
EventAttributes
eventAttributes)
482
eventAttributes = (
EventAttributes
)_eventAttributes;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1888
public override
EventAttributes
Attributes { get { return _info.Attributes; } }
System.Core (1)
System\Runtime\InteropServices\ComAwareEventInfo.cs (1)
67
public override System.Reflection.
EventAttributes
Attributes {
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1888
public override
EventAttributes
Attributes { get { return _info.Attributes; } }
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\TypeSystem\EventInfo.cs (2)
96
public override
EventAttributes
Attributes
101
return default(
EventAttributes
);
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
1178
public override
EventAttributes
Attributes