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