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