1 write to xamlLoadErrorService
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
191this.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)
134if (this.xamlLoadErrorService != null) 153xamlLoadErrorService.ShowXamlLoadErrors(errors); 160if (this.xamlLoadErrorService != null) 162this.xamlLoadErrorService.ShowXamlLoadErrors(loadErrors);