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