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