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