5 references to Highlights
PresentationFramework (5)
src\Framework\System\Windows\Documents\DocumentSequenceHighlightLayer.cs (2)
67
return this._docSeqContainer.
Highlights
.IsContentHighlighted(staticTextPointer, direction);
74
return this._docSeqContainer.
Highlights
.GetNextHighlightChangePosition(staticTextPointer, direction);
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (2)
274
return this.
Highlights
;
556
this.
Highlights
.Changed += new HighlightChangedEventHandler(_OnHighlightChanged);
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
1094
highlights = parent.TextContainer.
Highlights
;