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