34 overrides of InternalGetRuntimeDelegateArguments
System.Activities (34)
System\Activities\ActivityAction.cs (17)
18internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 37internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 67internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 105internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 151internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 205internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 267internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 338internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 416internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 502internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 596internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 698internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 808internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 926internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 1052internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 1186internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 1328internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments()
System\Activities\ActivityFunc.cs (17)
28internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 64internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 107internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 158internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 217internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 284internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 359internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 442internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 533internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 632internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 739internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 854internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 977internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 1108internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 1247internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 1394internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 1549internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments()
2 references to InternalGetRuntimeDelegateArguments
System.Activities (2)
System\Activities\ActivityDelegate.cs (2)
106return new ReadOnlyCollection<RuntimeDelegateArgument>(InternalGetRuntimeDelegateArguments()); 137this.delegateParameters = new ReadOnlyCollection<RuntimeDelegateArgument>(InternalGetRuntimeDelegateArguments());