1 override of IsContentHighlighted
PresentationFramework (1)
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
909internal override bool IsContentHighlighted(StaticTextPointer textPosition, LogicalDirection direction)
3 references to IsContentHighlighted
PresentationFramework (3)
src\Framework\System\Windows\Documents\DocumentSequenceHighlightLayer.cs (1)
67return this._docSeqContainer.Highlights.IsContentHighlighted(staticTextPointer, direction);
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
915return base.IsContentHighlighted(parentPosition, direction);
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
1116if (!highlights.IsContentHighlighted(highlightTransitionPosition, LogicalDirection.Forward))