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