1 instantiation of FixedHighlight
PresentationFramework (1)
System\Windows\Documents\FixedTextContainer.cs (1)
492
FixedHighlight fh = new
FixedHighlight
(e, beginOffset, endOffset, t, foregroundBrush, backgroundBrush);
6 references to FixedHighlight
PresentationFramework (6)
System\Windows\Documents\FixedHighlight.cs (2)
67
FixedHighlight
fh = oCompare as
FixedHighlight
;
System\Windows\Documents\FixedTextContainer.cs (1)
492
FixedHighlight
fh = new FixedHighlight(e, beginOffset, endOffset, t, foregroundBrush, backgroundBrush);
System\Windows\Documents\FixedTextView.cs (1)
262
foreach (
FixedHighlight
fh in highlightList)
System\Windows\Documents\HighlightVisual.cs (2)
183
foreach (
FixedHighlight
fh in highlights)
277
foreach (
FixedHighlight
fh in highlights)