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