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