17 references to FixedHighlightType
PresentationFramework (17)
System\Windows\Documents\FixedDocument.cs (5)
1089
FixedHighlightType
fixedHighlightType =
FixedHighlightType
.None;
1105
fixedHighlightType =
FixedHighlightType
.TextSelection;
1119
fixedHighlightType =
FixedHighlightType
.AnnotationHighlight;
1125
if (fixedHighlightType !=
FixedHighlightType
.None)
System\Windows\Documents\FixedHighlight.cs (3)
34
internal FixedHighlight(UIElement element, int beginOffset, int endOffset,
FixedHighlightType
t,
188
internal
FixedHighlightType
HighlightType
231
private readonly
FixedHighlightType
_type; // Type of highlight
System\Windows\Documents\FixedTextContainer.cs (1)
389
internal void GetMultiHighlights(FixedTextPointer start, FixedTextPointer end, Dictionary<FixedPage, ArrayList> highlights,
FixedHighlightType
t,
System\Windows\Documents\FixedTextView.cs (2)
240
this.Container.GetMultiHighlights(startftp, endftp, highlights,
FixedHighlightType
.TextSelection, null, null);
250
if (fh.HighlightType ==
FixedHighlightType
.None)
System\Windows\Documents\HighlightVisual.cs (6)
176
if (fh.HighlightType ==
FixedHighlightType
.None)
206
if (fh.HighlightType ==
FixedHighlightType
.TextSelection)
210
else if (fh.HighlightType ==
FixedHighlightType
.AnnotationHighlight)
272
if (fh.HighlightType ==
FixedHighlightType
.None)
310
if (fh.HighlightType ==
FixedHighlightType
.TextSelection)
314
else if (fh.HighlightType ==
FixedHighlightType
.AnnotationHighlight)