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