6 references to Highlights
PresentationFramework (6)
System\Windows\Documents\DocumentSequenceHighlightLayer.cs (2)
63return this._docSeqContainer.Highlights.IsContentHighlighted(staticTextPointer, direction); 70return this._docSeqContainer.Highlights.GetNextHighlightChangePosition(staticTextPointer, direction);
System\Windows\Documents\DocumentSequenceTextContainer.cs (3)
270return this.Highlights; 549this.Highlights.Changed += new HighlightChangedEventHandler(_OnHighlightChanged); 667Highlights highlights = this.Highlights;
System\Windows\Documents\FixedDocument.cs (1)
1058highlights = parent.TextContainer.Highlights;