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