17 references to FixedHighlightType
PresentationFramework (17)
System\Windows\Documents\FixedDocument.cs (5)
1088
FixedHighlightType
fixedHighlightType =
FixedHighlightType
.None;
1104
fixedHighlightType =
FixedHighlightType
.TextSelection;
1118
fixedHighlightType =
FixedHighlightType
.AnnotationHighlight;
1124
if (fixedHighlightType !=
FixedHighlightType
.None)
System\Windows\Documents\FixedHighlight.cs (3)
35
internal FixedHighlight(UIElement element, int beginOffset, int endOffset,
FixedHighlightType
t,
189
internal
FixedHighlightType
HighlightType
232
private readonly
FixedHighlightType
_type; // Type of highlight
System\Windows\Documents\FixedTextContainer.cs (1)
398
internal void GetMultiHighlights(FixedTextPointer start, FixedTextPointer end, Dictionary<FixedPage, ArrayList> highlights,
FixedHighlightType
t,
System\Windows\Documents\FixedTextView.cs (2)
246
this.Container.GetMultiHighlights(startftp, endftp, highlights,
FixedHighlightType
.TextSelection, null, null);
256
if (fh.HighlightType ==
FixedHighlightType
.None)
System\Windows\Documents\HighlightVisual.cs (6)
177
if (fh.HighlightType ==
FixedHighlightType
.None)
207
if (fh.HighlightType ==
FixedHighlightType
.TextSelection)
211
else if (fh.HighlightType ==
FixedHighlightType
.AnnotationHighlight)
271
if (fh.HighlightType ==
FixedHighlightType
.None)
309
if (fh.HighlightType ==
FixedHighlightType
.TextSelection)
313
else if (fh.HighlightType ==
FixedHighlightType
.AnnotationHighlight)