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