6 references to GetDelegates
System.Activities (6)
System\Activities\Activity.cs (2)
1248
SetImportedDelegatesCollection(information.
GetDelegates
());
1611
delegates = new ReflectedInformation(parent, ReflectedType.ActivityDelegate).
GetDelegates
();
System\Activities\DynamicActivity.cs (2)
142
SetImportedDelegatesCollection(information.
GetDelegates
());
330
SetImportedDelegatesCollection(information.
GetDelegates
());
System\Activities\NativeActivity.cs (2)
104
SetDelegatesCollection(information.
GetDelegates
());
291
SetDelegatesCollection(information.
GetDelegates
());