2 references to ActiveBackgroundAttributeName
PresentationFramework (2)
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (2)
516
if (content.Attributes[
ActiveBackgroundAttributeName
] != null)
517
activeBackgroundColor = GetColor(content.Attributes[
ActiveBackgroundAttributeName
].Value);