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