2 writes to Type
System.Activities.Core.Presentation (2)
System\Activities\Presentation\DynamicArgumentDesigner.xaml.cs (2)
813
this.
Type
= DynamicArgumentWrapperObject.Editor.GetDefaultType();
828
this.
Type
= argument.ArgumentType;
3 references to Type
System.Activities.Core.Presentation (3)
System\Activities\Presentation\DynamicArgumentDesigner.xaml.cs (3)
441
Argument argument = Argument.Create(wrapper.
Type
, wrapper.Direction);
455
Argument argument = Argument.Create(wrapper.
Type
, wrapper.Direction);
557
if (ExpressionHelper.TryMorphExpression(expression, entry.UseLocationExpression, entry.
Type
, this.Context, out newExpression))