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