2 references to BackgroundBrush
PresentationFramework (2)
MS\Internal\Text\DynamicPropertyReader.cs (1)
268
backgroundBrush = SelectionHighlightInfo.
BackgroundBrush
;
System\Windows\Documents\HighlightVisual.cs (1)
219
bg = (g == null) ? SelectionHighlightInfo.ObjectMaskBrush : SelectionHighlightInfo.
BackgroundBrush
;