11 references to ImportDesigner
System.Activities.Presentation (11)
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
987ImportDesigner.AddImport(type.Namespace, this.Context);
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (7)
39typeof(ImportDesigner), 174helpService.AddContextAttribute(string.Empty, WorkflowViewManager.GetF1HelpTypeKeyword(typeof(ImportDesigner)), System.ComponentModel.Design.HelpKeywordType.F1Keyword); 178helpService.RemoveContextAttribute(string.Empty, WorkflowViewManager.GetF1HelpTypeKeyword(typeof(ImportDesigner))); 431((ImportDesigner)sender).OnContextChanged(); 771public ImportDesignerProxy(ImportDesigner importDesigner) 778ImportDesigner importDesigner = this.reference.Target as ImportDesigner;
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
1248ImportDesigner.AddImport(type.Namespace, this.Context);
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (1)
961ImportDesigner.AddImport(reference.Import, this.Context);
System.Activities.Presentation\System\Activities\Presentation\VisualBasicExpressionMorphHelper.cs (1)
48ImportDesigner.AddImport(reference.Import, context);