6 references to GetF1HelpTypeKeyword
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationManager.cs (2)
426
this.helpService.AddContextAttribute(string.Empty, WorkflowViewManager.
GetF1HelpTypeKeyword
(this.ModelItem.ItemType), ComponentModel.Design.HelpKeywordType.F1Keyword);
434
this.helpService.RemoveContextAttribute(string.Empty, WorkflowViewManager.
GetF1HelpTypeKeyword
(this.ModelItem.ItemType));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (2)
174
helpService.AddContextAttribute(string.Empty, WorkflowViewManager.
GetF1HelpTypeKeyword
(typeof(ImportDesigner)), System.ComponentModel.Design.HelpKeywordType.F1Keyword);
178
helpService.RemoveContextAttribute(string.Empty, WorkflowViewManager.
GetF1HelpTypeKeyword
(typeof(ImportDesigner)));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewManager.cs (2)
146
helpService.RemoveContextAttribute(string.Empty,
GetF1HelpTypeKeyword
(oldSelection.PrimarySelection.ItemType));
151
helpService.AddContextAttribute(string.Empty,
GetF1HelpTypeKeyword
(newSelection.PrimarySelection.ItemType), HelpKeywordType.F1Keyword);