11 references to TextContainer
PresentationFramework (11)
MS\Internal\Documents\TextBoxLine.cs (2)
432var highlights = position.TextContainer.Highlights; 448var textEditor = position.TextContainer.TextSelection?.TextEditor;
MS\Internal\PtsHost\LineBase.cs (1)
101endOfRunPosition = position.TextContainer.Highlights.GetNextPropertyChangePosition(position, LogicalDirection.Forward);
MS\Internal\Text\DynamicPropertyReader.cs (1)
253selected = position.TextContainer.Highlights.GetHighlightValue(position, LogicalDirection.Forward, typeof(TextSelection));
MS\Internal\Text\TextProperties.cs (1)
223Highlights highlights = highlightPosition.TextContainer.Highlights;
System\Windows\Documents\DocumentSequenceTextContainer.cs (6)
915if (textPosition.TextContainer.Highlights != this) 958if (textPosition.TextContainer.Highlights != this) 979if (textPosition.TextContainer.Highlights != this) 1017if (childTp.TextContainer != originalPosition.TextContainer) 1025originalPosition.TextContainer.End 1026: originalPosition.TextContainer.Start;