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