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