17 references to FixedHighlightType
PresentationFramework (17)
src\Framework\System\Windows\Documents\FixedDocument.cs (5)
1135
FixedHighlightType
fixedHighlightType =
FixedHighlightType
.None;
1151
fixedHighlightType =
FixedHighlightType
.TextSelection;
1165
fixedHighlightType =
FixedHighlightType
.AnnotationHighlight;
1172
if (fixedHighlightType !=
FixedHighlightType
.None)
src\Framework\System\Windows\Documents\FixedHighlight.cs (3)
43
internal FixedHighlight(UIElement element, int beginOffset, int endOffset,
FixedHighlightType
t,
197
internal
FixedHighlightType
HighlightType
240
private readonly
FixedHighlightType
_type; // Type of highlight
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
414
internal void GetMultiHighlights(FixedTextPointer start, FixedTextPointer end, Dictionary<FixedPage, ArrayList> highlights,
FixedHighlightType
t,
src\Framework\System\Windows\Documents\FixedTextView.cs (2)
262
this.Container.GetMultiHighlights(startftp, endftp, highlights,
FixedHighlightType
.TextSelection, null, null);
272
if (fh.HighlightType ==
FixedHighlightType
.None)
src\Framework\System\Windows\Documents\HighlightVisual.cs (6)
190
if (fh.HighlightType ==
FixedHighlightType
.None)
220
if (fh.HighlightType ==
FixedHighlightType
.TextSelection)
224
else if (fh.HighlightType ==
FixedHighlightType
.AnnotationHighlight)
285
if (fh.HighlightType ==
FixedHighlightType
.None)
323
if (fh.HighlightType ==
FixedHighlightType
.TextSelection)
327
else if (fh.HighlightType ==
FixedHighlightType
.AnnotationHighlight)