5 references to AddContextAttribute
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationManager.cs (2)
426this.helpService.AddContextAttribute(string.Empty, WorkflowViewManager.GetF1HelpTypeKeyword(this.ModelItem.ItemType), ComponentModel.Design.HelpKeywordType.F1Keyword); 435this.helpService.AddContextAttribute(string.Empty, typeof(Annotation).FullName, ComponentModel.Design.HelpKeywordType.F1Keyword);
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (1)
174helpService.AddContextAttribute(string.Empty, WorkflowViewManager.GetF1HelpTypeKeyword(typeof(ImportDesigner)), System.ComponentModel.Design.HelpKeywordType.F1Keyword);
System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewManager.cs (2)
101helpService.AddContextAttribute(string.Empty, KeywordForWorkflowDesignerHomePage, HelpKeywordType.F1Keyword); 151helpService.AddContextAttribute(string.Empty, GetF1HelpTypeKeyword(newSelection.PrimarySelection.ItemType), HelpKeywordType.F1Keyword);