4 references to RemoveContextAttribute
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationManager.cs (2)
425this.helpService.RemoveContextAttribute(string.Empty, typeof(Annotation).FullName); 434this.helpService.RemoveContextAttribute(string.Empty, WorkflowViewManager.GetF1HelpTypeKeyword(this.ModelItem.ItemType));
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (1)
178helpService.RemoveContextAttribute(string.Empty, WorkflowViewManager.GetF1HelpTypeKeyword(typeof(ImportDesigner)));
System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewManager.cs (1)
146helpService.RemoveContextAttribute(string.Empty, GetF1HelpTypeKeyword(oldSelection.PrimarySelection.ItemType));