1 write to helpService
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationManager.cs (1)
235this.helpService = this.EditingContext.Services.GetService<IIntegratedHelpService>();
6 references to helpService
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationManager.cs (6)
423if (this.helpService != null) 425this.helpService.RemoveContextAttribute(string.Empty, typeof(Annotation).FullName); 426this.helpService.AddContextAttribute(string.Empty, WorkflowViewManager.GetF1HelpTypeKeyword(this.ModelItem.ItemType), ComponentModel.Design.HelpKeywordType.F1Keyword); 432if (this.helpService != null) 434this.helpService.RemoveContextAttribute(string.Empty, WorkflowViewManager.GetF1HelpTypeKeyword(this.ModelItem.ItemType)); 435this.helpService.AddContextAttribute(string.Empty, typeof(Annotation).FullName, ComponentModel.Design.HelpKeywordType.F1Keyword);