1 write to xamlLoadErrorService
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
191this.context.Services.Subscribe<IXamlLoadErrorService>(s => this.xamlLoadErrorService = s);
4 references to xamlLoadErrorService
System.Activities.Presentation (4)
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);