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