1 write to Identifier
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VBIdentifierDesigner.xaml.cs (1)
145this.Identifier = new VBIdentifierName(this.checkAgainstXaml) { IdentifierName = newName };
4 references to Identifier
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VBIdentifierDesigner.xaml.cs (4)
173if (!this.isInternalChange && null != this.Identifier) 176this.NameString = this.Identifier.IdentifierName; 178this.checkAgainstXaml = this.Identifier.CheckAgainstXaml; 200VBIdentifierName vbIdentifier = vbIdentifierDesigner.Identifier;