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