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