3 writes to UseLocationExpression
System.Activities.Core.Presentation (3)
System\Activities\Presentation\DynamicArgumentDesigner.xaml.cs (3)
549entry.UseLocationExpression = (entry.Direction != ArgumentDirection.In); 815this.UseLocationExpression = (this.Direction != ArgumentDirection.In); 827this.UseLocationExpression = (this.Direction != ArgumentDirection.In);
1 reference to UseLocationExpression
System.Activities.Core.Presentation (1)
System\Activities\Presentation\DynamicArgumentDesigner.xaml.cs (1)
557if (ExpressionHelper.TryMorphExpression(expression, entry.UseLocationExpression, entry.Type, this.Context, out newExpression))