1 write to Name
System.Xaml (1)
System\Windows\Markup\ContentPropertyAttribute.cs (1)
33Name = name;
6 references to Name
PresentationFramework (3)
MS\Internal\Globalization\BamlTreeUpdater.cs (1)
844contentProperty = contentPropertyAttribute.Name;
System\Windows\Markup\Primitives\MarkupWriter.cs (2)
887descriptor.Name == cpa.Name) 1112if (property.IsContent || (cpa != null && property.PropertyDescriptor != null && property.PropertyDescriptor.Name == cpa.Name))
System.Xaml (1)
System\Xaml\Schema\Reflector.cs (1)
78return ((ContentPropertyAttribute)attributes[0]).Name;
System.Xaml.Tests (2)
System\Windows\Markup\ContentPropertyAttributeTests.cs (2)
14Assert.Null(attribute.Name); 24Assert.Equal(name, attribute.Name);