3 writes to identifierName
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (3)
1120
this.
identifierName
= new VBIdentifierName
1135
this.
identifierName
= identifierName;
1169
this.
identifierName
= new VBIdentifierName
5 references to identifierName
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (5)
1136
string name = this.
identifierName
.IdentifierName;
1137
this.Editor.NotifyVariableNameChanged(this.
identifierName
, name, (string)this.ReflectedObject.Properties[VariableNameProperty].ComputedValue);
1146
return this.
identifierName
;
1163
string oldValue = this.
identifierName
.IdentifierName;
1173
Editor.NotifyVariableNameChanged(this.
identifierName
, newValue, oldValue);