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