1 write to Name
System.Xaml (1)
System\Windows\Markup\ContentPropertyAttribute.cs (1)
32Name = name;
4 references to Name
PresentationFramework (3)
MS\Internal\Globalization\BamlTreeUpdater.cs (1)
810contentProperty = contentPropertyAttribute.Name;
System\Windows\Markup\Primitives\MarkupWriter.cs (2)
882descriptor.Name == cpa.Name) 1107if (property.IsContent || (cpa != null && property.PropertyDescriptor != null && property.PropertyDescriptor.Name == cpa.Name))
System.Xaml (1)
System\Xaml\Schema\Reflector.cs (1)
77return ((ContentPropertyAttribute)attributes[0]).Name;