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