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