1 instantiation of ViewCreatedEventArgs
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewService.cs (1)
72
this.ViewCreated(this, new
ViewCreatedEventArgs
(viewElement));
2 references to ViewCreatedEventArgs
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (1)
682
private void ViewCreated(object sender,
ViewCreatedEventArgs
e)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewService.cs (1)
32
public event EventHandler<
ViewCreatedEventArgs
> ViewCreated;