11 references to TextContainer
PresentationFramework (11)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (2)
442var highlights = position.TextContainer.Highlights; 458var textEditor = position.TextContainer.TextSelection?.TextEditor;
src\Framework\MS\Internal\PtsHost\LineBase.cs (1)
116endOfRunPosition = position.TextContainer.Highlights.GetNextPropertyChangePosition(position, LogicalDirection.Forward);
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)
229Highlights highlights = highlightPosition.TextContainer.Highlights;
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (6)
941if (textPosition.TextContainer.Highlights != this) 984if (textPosition.TextContainer.Highlights != this) 1005if (textPosition.TextContainer.Highlights != this) 1043if (childTp.TextContainer != originalPosition.TextContainer) 1051originalPosition.TextContainer.End 1052: originalPosition.TextContainer.Start;