11 references to TextContainer
PresentationFramework (11)
MS\Internal\Documents\TextBoxLine.cs (2)
433
var highlights = position.
TextContainer
.Highlights;
449
var textEditor = position.
TextContainer
.TextSelection?.TextEditor;
MS\Internal\PtsHost\LineBase.cs (1)
106
endOfRunPosition = position.
TextContainer
.Highlights.GetNextPropertyChangePosition(position, LogicalDirection.Forward);
MS\Internal\Text\DynamicPropertyReader.cs (1)
254
selected = position.
TextContainer
.Highlights.GetHighlightValue(position, LogicalDirection.Forward, typeof(TextSelection));
MS\Internal\Text\TextProperties.cs (1)
224
Highlights highlights = highlightPosition.
TextContainer
.Highlights;
System\Windows\Documents\DocumentSequenceTextContainer.cs (6)
925
if (textPosition.
TextContainer
.Highlights != this)
968
if (textPosition.
TextContainer
.Highlights != this)
989
if (textPosition.
TextContainer
.Highlights != this)
1027
if (childTp.TextContainer != originalPosition.
TextContainer
)
1035
originalPosition.
TextContainer
.End
1036
: originalPosition.
TextContainer
.Start;