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