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