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