1 write to editingContext
System.Activities.Presentation (1)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlSchemaContext.cs (1)
65this.editingContext = editingContext;
5 references to editingContext
System.Activities.Presentation (5)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlSchemaContext.cs (5)
80if (xamlType == null && environmentAssembliesLoaded == false && editingContext != null) 85AssemblyContextControlItem assemblyItem = this.editingContext.Items.GetValue<AssemblyContextControlItem>(); 96if (xamlType == null || xamlType.UnderlyingType == null || this.editingContext == null) 101MultiTargetingSupportService multiTargetingService = editingContext.Services.GetService<IMultiTargetingSupportService>() as MultiTargetingSupportService; 102DesignerConfigurationService config = editingContext.Services.GetService<DesignerConfigurationService>();