3 writes to identifierName
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (3)
777
this.
identifierName
= new VBIdentifierName(true)
961
this.
identifierName
= identifierName;
1469
this.
identifierName
= new VBIdentifierName(true)
3 references to identifierName
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (3)
914
return this.
identifierName
;
1463
string oldValue = this.
identifierName
.IdentifierName;
1473
Editor.ValidateArgumentName(this.
identifierName
, newValue, oldValue);