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