3 references to BackgroundAttributeName
PresentationFramework (3)
MS\Internal\Annotations\Component\HighlightComponent.cs (2)
494
if (content.Attributes[
BackgroundAttributeName
] != null)
495
backgroundColor = GetColor(content.Attributes[
BackgroundAttributeName
].Value);
System\Windows\Annotations\AnnotationHelper.cs (1)
1041
colorsElement.SetAttribute(HighlightComponent.
BackgroundAttributeName
, converter.ConvertToInvariantString(color.Value));