4 references to Name
Microsoft.Build.Framework (4)
XamlTypes\BaseProperty.cs (2)
90/// value as the <see cref="Name"/> property (and hence, would not be localized). 97return _displayName ?? Name;
XamlTypes\DataSource.cs (1)
89/// <value>The MSBuild property name to use; or <c>null</c> to use the <see cref="BaseProperty.Name"/> as the MSBuild property name.</value>
XamlTypes\Rule.cs (1)
500map[property.Name] = property;