11 references to TextContainer
PresentationFramework (11)
MS\Internal\Documents\TextBoxLine.cs (2)
440
var highlights = position.
TextContainer
.Highlights;
456
var textEditor = position.
TextContainer
.TextSelection?.TextEditor;
MS\Internal\PtsHost\LineBase.cs (1)
112
endOfRunPosition = position.
TextContainer
.Highlights.GetNextPropertyChangePosition(position, LogicalDirection.Forward);
MS\Internal\Text\DynamicPropertyReader.cs (1)
260
selected = position.
TextContainer
.Highlights.GetHighlightValue(position, LogicalDirection.Forward, typeof(TextSelection));
MS\Internal\Text\TextProperties.cs (1)
226
Highlights highlights = highlightPosition.
TextContainer
.Highlights;
System\Windows\Documents\DocumentSequenceTextContainer.cs (6)
933
if (textPosition.
TextContainer
.Highlights != this)
976
if (textPosition.
TextContainer
.Highlights != this)
997
if (textPosition.
TextContainer
.Highlights != this)
1035
if (childTp.TextContainer != originalPosition.
TextContainer
)
1043
originalPosition.
TextContainer
.End
1044
: originalPosition.
TextContainer
.Start;