1 write to Identifier
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\VBIdentifierDesigner.xaml.cs (1)
145this.Identifier = new VBIdentifierName(this.checkAgainstXaml) { IdentifierName = newName };
4 references to Identifier
System.Activities.Presentation (4)
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;