1 override of GetInvocationList
System.Private.CoreLib (1)
src\System\MulticastDelegate.CoreCLR.cs (1)
401
public sealed override Delegate[]
GetInvocationList
()
3 references to GetInvocationList
PresentationCore (2)
System\Windows\EventHelper.cs (2)
29
Tuple<T, Delegate[]> newTuple = combinedDelegate != null ? Tuple.Create(combinedDelegate, combinedDelegate.
GetInvocationList
()) : null;
46
Tuple<T, Delegate[]> newTuple = delegateWithRemoval != null ? Tuple.Create(delegateWithRemoval, delegateWithRemoval.
GetInvocationList
()) : null;
PresentationFramework (1)
MS\Internal\AppModel\ReturnEventSaver.cs (1)
56
delegates = (pf._Return).
GetInvocationList
();