1 override of IsContentHighlighted
PresentationFramework (1)
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
883internal override bool IsContentHighlighted(StaticTextPointer textPosition, LogicalDirection direction)
3 references to IsContentHighlighted
PresentationFramework (3)
System\Windows\Documents\DocumentSequenceHighlightLayer.cs (1)
59return this._docSeqContainer.Highlights.IsContentHighlighted(staticTextPointer, direction);
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
889return base.IsContentHighlighted(parentPosition, direction);
System\Windows\Documents\FixedDocument.cs (1)
1071if (!highlights.IsContentHighlighted(highlightTransitionPosition, LogicalDirection.Forward))