5 references to Create
System.Activities.Core.Presentation (2)
System\ServiceModel\Activities\Presentation\ReceiveDesigner.xaml.cs (1)
207handleVariable = Variable.Create(name, typeof(CorrelationHandle), VariableModifiers.None);
System\ServiceModel\Activities\Presentation\SendDesigner.xaml.cs (1)
210handleVariable = Variable.Create(name, typeof(CorrelationHandle), VariableModifiers.None);
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (2)
119Variable variable = Variable.Create(this.GetDefaultName(), this.GetDefaultType(), VariableModifiers.None); 1223Variable variable = Variable.Create(this.GetVariableNameString(), type, (VariableModifiers)this.GetVariableModifiers());
System.Activities.Presentation\System\Activities\Presentation\Xaml\ActivityBuilderHelper.cs (1)
81autoVariable = Variable.Create(property.Name, variableType, VariableModifiers.None);