1 override of GetHighlightValue
PresentationFramework (1)
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
888internal override object GetHighlightValue(StaticTextPointer textPosition, LogicalDirection direction, Type highlightLayerOwnerType)
8 references to GetHighlightValue
PresentationFramework (8)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (2)
445TextDecorationCollection highlightDecorations = highlights.GetHighlightValue(position, LogicalDirection.Forward, typeof(SpellerHighlightLayer)) as TextDecorationCollection; 463&& highlights.GetHighlightValue(position, LogicalDirection.Forward, typeof(TextSelection)) != DependencyProperty.UnsetValue)
src\Framework\MS\Internal\Text\DynamicPropertyReader.cs (1)
263selected = position.TextContainer.Highlights.GetHighlightValue(position, LogicalDirection.Forward, typeof(TextSelection));
src\Framework\MS\Internal\Text\TextProperties.cs (1)
239textDecorations = highlights.GetHighlightValue(highlightPosition, LogicalDirection.Forward, typeof(SpellerHighlightLayer)) as TextDecorationCollection;
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
894return base.GetHighlightValue(parentPosition, direction, highlightLayerOwnerType);
src\Framework\System\Windows\Documents\FixedDocument.cs (3)
1129selected = highlights.GetHighlightValue(highlightTransitionPosition, LogicalDirection.Forward, typeof(TextSelection)); 1150while (highlights.GetHighlightValue(highlightTransitionPosition, LogicalDirection.Forward, typeof(TextSelection)) != DependencyProperty.UnsetValue); 1158AnnotationHighlightLayer.HighlightSegment highlightSegment = highlights.GetHighlightValue(highlightRangeStart,