5 references to SelectionHighlightInfo
PresentationFramework (5)
src\Framework\MS\Internal\Text\DynamicPropertyReader.cs (1)
271backgroundBrush = SelectionHighlightInfo.BackgroundBrush;
src\Framework\System\Windows\Documents\HighlightVisual.cs (4)
113dc.DrawRectangle(SelectionHighlightInfo.ObjectMaskBrush, null, r); 222bg = (g == null) ? SelectionHighlightInfo.ObjectMaskBrush : SelectionHighlightInfo.BackgroundBrush; 325fg = SelectionHighlightInfo.ForegroundBrush;