1 instantiation of WorkflowViewManager
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.Helpers.cs (1)
59
viewManager = new
WorkflowViewManager
();
4 references to WorkflowViewManager
System.Data (4)
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)));