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