7 writes to Context
System.Activities.Presentation (7)
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (1)
503wnd.Context = context;
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (2)
662dialog.Context = Context; 702dialog.Context = Context;
System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (1)
67this.Context = context;
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (1)
639wnd.Context = this.Context;
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (2)
672dialog.Context = Context; 712dialog.Context = Context;
8 references to Context
System.Activities.Presentation (8)
System.Activities.Presentation\System\Activities\Presentation\DialogWindow.cs (2)
82if (this.Context != null) 84IIntegratedHelpService help = this.Context.Services.GetService<IIntegratedHelpService>();
System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (6)
132IMultiTargetingSupportService multiTargetingSupportService = this.Context.Services.GetService<IMultiTargetingSupportService>(); 136this.localAssemblies.Add(new AssemblyNode(local, true, this.filter, this.Context)); 163IMultiTargetingSupportService multiTargetingSupportService = this.Context.Services.GetService<IMultiTargetingSupportService>(); 167this.referenceAssemblies.Add(new AssemblyNode(assembly, false, this.filter, this.Context)); 177WindowHelperService.TrySetWindowOwner(owner, this.Context, this); 231IMultiTargetingSupportService multiTargetingSupport = this.Context.Services.GetService<IMultiTargetingSupportService>();