24 references to Context
System.Activities.Presentation (24)
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (24)
69this.dgHelper.Context = this.Context; 193ModelItem current = this.Context.Items.GetValue<Selection>().PrimarySelection; 233if (null != this.Context && !this.isSelectionChangeInternal) 239this.Context.Items.SetValue(new Selection(argument.Content)); 244Selection oldSelection = this.Context.Items.GetValue<Selection>(); 256this.Context.Items.SetValue(new Selection(newSelection)); 287if (null != this.Context) 289this.Context.Items.Subscribe<Selection>(new SubscribeContextCallback<Selection>(OnItemSelected)); 291this.dgHelper.Context = this.Context; 344this.Context.Items.SetValue(restoredSelection); 355bool isUndoRedoInProgress = this.Context.Services.GetService<UndoEngine>().IsUndoRedoInProgress; 389bool isUndoRedoInProgress = this.Context.Services.GetService<UndoEngine>().IsUndoRedoInProgress; 576DesignerConfigurationService configurationService = this.Context.Services.GetService<DesignerConfigurationService>(); 644ContextMenuUtilities.OnAnnotationMenuLoaded(this.Context, (Control)sender, e); 649ContextMenuUtilities.OnAnnotationMenuLoaded(this.Context, (Control)sender, e); 654ContextMenuUtilities.OnAddAnnotationCommandCanExecute(e, this.Context, this.argumentsDataGrid); 662dialog.Context = Context; 665WindowHelperService service = this.Context.Services.GetService<WindowHelperService>(); 686ContextMenuUtilities.OnAnnotationMenuLoaded(this.Context, (Control)sender, e); 692ContextMenuUtilities.OnDeleteAnnotationCommandCanExecute(e, this.Context, this.argumentsDataGrid); 702dialog.Context = Context; 706WindowHelperService service = this.Context.Services.GetService<WindowHelperService>(); 724ContextMenuUtilities.OnAnnotationMenuLoaded(this.Context, (Control)sender, e); 729ContextMenuUtilities.OnDeleteAnnotationCommandCanExecute(e, this.Context, this.argumentsDataGrid);