1 write to editingContext
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (1)
61
this.
editingContext
= this.designer.Context;
13 references to editingContext
System.Data (13)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (13)
63
this.
editingContext
.Services.Subscribe<ModelService>(new SubscribeServiceCallback<ModelService>(this.OnModelServiceAvailable));
64
this.
editingContext
.Services.Subscribe<DesignerView>(new SubscribeServiceCallback<DesignerView>(this.OnDesignerViewAvailable));
65
this.
editingContext
.Services.Subscribe<ModelTreeManager>(new SubscribeServiceCallback<ModelTreeManager>(this.OnModelTreeManagerAvailable));
66
this.
editingContext
.Items.Subscribe<Selection>(this.OnSelectionChanged);
123
Selection selection = this.
editingContext
.Items.GetValue<Selection>();
307
if (this.
editingContext
.Services.GetService<DesignerConfigurationService>().AnnotationEnabled)
383
if (this.
editingContext
.Services.GetService<DesignerConfigurationService>().AnnotationEnabled)
646
var designerView = this.
editingContext
.Services.GetService<DesignerView>();
655
var designerView = this.
editingContext
.Services.GetService<DesignerView>();
666
ICommandService commandService = this.
editingContext
.Services.GetService<ICommandService>();
684
DesignerView designerView = this.
editingContext
.Services.GetService<DesignerView>();
709
DesignerView designerView = this.
editingContext
.Services.GetService<DesignerView>();
761
return (WorkflowViewService)this.
editingContext
.Services.GetService<ViewService>();