5 references to SelectionHighlightInfo
PresentationFramework (5)
MS\Internal\Text\DynamicPropertyReader.cs (1)
268backgroundBrush = SelectionHighlightInfo.BackgroundBrush;
System\Windows\Documents\HighlightVisual.cs (4)
110dc.DrawRectangle(SelectionHighlightInfo.ObjectMaskBrush, null, r); 219bg = (g == null) ? SelectionHighlightInfo.ObjectMaskBrush : SelectionHighlightInfo.BackgroundBrush; 321fg = SelectionHighlightInfo.ForegroundBrush;