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