13 references to VariableNameProperty
System.Data (13)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (1)
297variable.Properties[DesignTimeVariable.VariableNameProperty].ComputedValue.ToString(), null));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (12)
908return variableContainer.Any(p => string.Equals(p.Properties[DesignTimeVariable.VariableNameProperty].ComputedValue, variableName)); 932if (!variables.Any(p => string.Equals(p.Properties[DesignTimeVariable.VariableNameProperty].ComputedValue, name))) 990new string[] { VariableNameProperty, VariableTypeProperty, VariableScopeProperty, VariableDefaultProperty, 1010PropertyName = VariableNameProperty, 1122IdentifierName = (string)modelItem.Properties[VariableNameProperty].ComputedValue 1137this.Editor.NotifyVariableNameChanged(this.identifierName, name, (string)this.ReflectedObject.Properties[VariableNameProperty].ComputedValue); 1138this.ReflectedObject.Properties[VariableNameProperty].SetValue(name); 1151return (string)this.ReflectedObject.Properties[VariableNameProperty].ComputedValue; 1161if (propertyName == VariableNameProperty) 1375else if (string.Equals(propertyName, DesignTimeVariable.VariableNameProperty)) 1412new Func<ModelItem, bool>(p => string.Equals(p.Properties[VariableNameProperty].ComputedValue, newName) && !object.Equals(p, this.ReflectedObject)); 1437new Func<ModelItem, bool>(p => string.Equals(p.Properties[VariableNameProperty].ComputedValue, currentName) && !object.Equals(p, this.ReflectedObject));