1 implementation of InitializeActivatingInstanceForRuntime
System.Workflow.ComponentModel (1)
AuthoringOM\DependencyObject.cs (1)
456
void IDependencyObjectAccessor.
InitializeActivatingInstanceForRuntime
(DependencyObject parentDependencyObject, IWorkflowCoreRuntime workflowCoreRuntime)
3 references to InitializeActivatingInstanceForRuntime
System.Workflow.ComponentModel (3)
AuthoringOM\Activity.cs (1)
2247
((IDependencyObjectAccessor)childActivity).
InitializeActivatingInstanceForRuntime
(null, workflowCoreRuntime);
AuthoringOM\DependencyObject.cs (2)
467
((IDependencyObjectAccessor)propValue).
InitializeActivatingInstanceForRuntime
(this, workflowCoreRuntime);
474
((IDependencyObjectAccessor)collection[index2]).
InitializeActivatingInstanceForRuntime
(this, workflowCoreRuntime);