3 references to ViewCreated
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (1)
779this.viewService.ViewCreated += this.ViewCreated;
System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewService.cs (2)
70if (this.ViewCreated != null) 72this.ViewCreated(this, new ViewCreatedEventArgs(viewElement));