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