1 write to Name
System.Activities (1)
System\Activities\XamlIntegration\DynamicActivityXamlReader.cs (1)
1110this.Name = reader.Value as string;
2 references to Name
System.Activities (2)
System\Activities\XamlIntegration\DynamicActivityXamlReader.cs (2)
915this.PropertyHolders.Add(newProperty.Name, newProperty); 1119throw FxTrace.Exception.AsError(CreateXamlException(SR.InvalidPropertyType(reader.Value as string, this.Name), readerLineInfo));