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