1 implementation of GetInvocationList
System.Workflow.ComponentModel (1)
AuthoringOM\DependencyObject.cs (1)
553T[] IDependencyObjectAccessor.GetInvocationList<T>(DependencyProperty dependencyEvent)
2 references to GetInvocationList
System.Workflow.ComponentModel (2)
AuthoringOM\Activity.cs (2)
340EventHandler<T>[] eventHandlers = ((IDependencyObjectAccessor)this).GetInvocationList<EventHandler<T>>(dependencyEvent); 372EventHandler[] eventHandlers = ((IDependencyObjectAccessor)this).GetInvocationList<EventHandler>(dependencyEvent);