2 implementations of IDynamicActivity
System.Activities (2)
System\Activities\DynamicActivity.cs (2)
20public sealed class DynamicActivity : Activity, ICustomTypeDescriptor, IDynamicActivity 208public sealed class DynamicActivity<TResult> : Activity<TResult>, ICustomTypeDescriptor, IDynamicActivity
11 references to IDynamicActivity
System.Activities (11)
System\Activities\DynamicActivity.cs (2)
106KeyedCollection<string, DynamicActivityProperty> IDynamicActivity.Properties 294KeyedCollection<string, DynamicActivityProperty> IDynamicActivity.Properties
System\Activities\DynamicActivityTypeDescriptor.cs (4)
201IDynamicActivity owner = component as IDynamicActivity; 212IDynamicActivity owner = component as IDynamicActivity;
System\Activities\XamlIntegration\ActivityXamlServices.cs (5)
186IDynamicActivity dynamicActivity = result as IDynamicActivity; 292static void Compile(IDynamicActivity dynamicActivity, LocationReferenceEnvironment environment) 336static bool RequiresCompilation(IDynamicActivity dynamicActivity, LocationReferenceEnvironment environment, out string language) 378static TextExpressionCompilerSettings GetCompilerSettings(IDynamicActivity dynamicActivity, string language)