1 write to realEventDescriptor
System.Workflow.ComponentModel (1)
AuthoringOM\Design\PropertyDescriptors.cs (1)
957
this.
realEventDescriptor
= e;
6 references to realEventDescriptor
System.Workflow.ComponentModel (6)
AuthoringOM\Design\PropertyDescriptors.cs (6)
964
return this.
realEventDescriptor
.Category;
972
foreach (Attribute attribute in this.
realEventDescriptor
.Attributes)
987
return this.
realEventDescriptor
.Description;
994
return this.
realEventDescriptor
.ComponentType;
1001
return this.
realEventDescriptor
.EventType;
1008
return this.
realEventDescriptor
.IsMulticast;