1 write to xamlLoadErrorService
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
191
this.context.Services.Subscribe<IXamlLoadErrorService>(s => this.
xamlLoadErrorService
= s);
4 references to xamlLoadErrorService
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.SerializationHelpers.cs (4)
134
if (this.
xamlLoadErrorService
!= null)
153
xamlLoadErrorService
.ShowXamlLoadErrors(errors);
160
if (this.
xamlLoadErrorService
!= null)
162
this.
xamlLoadErrorService
.ShowXamlLoadErrors(loadErrors);