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