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