1 write to SourceLocationObjectToModelItemObjectMapping
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.SerializationHelpers.cs (1)
47this.ObjectToSourceLocationMapping.SourceLocationObjectToModelItemObjectMapping = sourceLocationObjectToModelItemObjectMapping;
2 references to SourceLocationObjectToModelItemObjectMapping
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Xaml\ObjectToSourceLocationMapping.cs (2)
231if (this.SourceLocationObjectToModelItemObjectMapping == null) 237this.SourceLocationObjectToModelItemObjectMapping.TryGetValue(sourceLocationObject, out modelItemObject);