1 override of IsContentHighlighted
PresentationFramework (1)
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
901internal override bool IsContentHighlighted(StaticTextPointer textPosition, LogicalDirection direction)
4 references to IsContentHighlighted
PresentationFramework (4)
System\Windows\Documents\DocumentSequenceHighlightLayer.cs (1)
63return this._docSeqContainer.Highlights.IsContentHighlighted(staticTextPointer, direction);
System\Windows\Documents\DocumentSequenceTextContainer.cs (2)
677if (!highlights.IsContentHighlighted(highlightTransitionPosition, LogicalDirection.Forward)) 907return base.IsContentHighlighted(parentPosition, direction);
System\Windows\Documents\FixedDocument.cs (1)
1080if (!highlights.IsContentHighlighted(highlightTransitionPosition, LogicalDirection.Forward))