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