1 write to context
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
103this.context = context;
14 references to context
System.Activities.Presentation (14)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (8)
338this.context.Items.Subscribe<WorkflowCommandExtensionItem>(new SubscribeContextCallback<WorkflowCommandExtensionItem>(updateCommands)); 340if (this.context.Items.Contains<WorkflowCommandExtensionItem>()) 342updateCommands(this.context.Items.GetValue<WorkflowCommandExtensionItem>()); 774context.Services.GetService<DesignerPerfEventProvider>().WorkflowDesignerPasteStart(); 786context.Services.GetService<DesignerPerfEventProvider>().WorkflowDesignerPasteEnd(); 1542if (this.context.Services.GetService<DesignerConfigurationService>().AnnotationEnabled == true) 1589if (this.context.Services.GetService<DesignerConfigurationService>().AnnotationEnabled != true) 1613if (this.context.Services.GetService<DesignerConfigurationService>().AnnotationEnabled != true)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (6)
124this.rubberBandSelector = this.IsRubberBandSelectionEnabled ? new RubberBandSelector(this.context) : null; 167ModelTreeManager modelTreeManager = this.context.Services.GetService<ModelTreeManager>(); 257ModelTreeManager modelTreeManager = this.context.Services.GetService<ModelTreeManager>(); 294get { return this.context; } 1077if (prevSelection != null && ViewUtilities.IsViewVisible(prevSelection, root, context)) 1426DesignerView designerView = this.context.Services.GetService<DesignerView>();