5 references to GetVariableNameString
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (5)
1128
get { return this.
GetVariableNameString
(); }
1164
string newValue =
GetVariableNameString
();
1204
string name = this.
GetVariableNameString
();
1223
Variable variable = Variable.Create(this.
GetVariableNameString
(), type, (VariableModifiers)this.GetVariableModifiers());
1434
string currentName = this.
GetVariableNameString
();