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