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