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