1 instantiation of TextParagraphView
PresentationFramework (1)
src\Framework\System\Windows\Controls\TextBlock.cs (1)
3925
this.TextView = new
TextParagraphView
(owner, TextContainer);
5 references to TextParagraphView
PresentationFramework (5)
src\Framework\MS\Internal\Documents\TextDocumentView.cs (3)
794
position =
TextParagraphView
.GetTextPositionFromPoint(lines, point, snapToText);
2352
int lineIndex =
TextParagraphView
.GetLineFromPosition(lines, position);
2502
int lineIndex =
TextParagraphView
.GetLineFromPosition(lines, position);
src\Framework\System\Windows\Controls\TextBlock.cs (2)
2360
/// <seealso cref="
TextParagraphView
.GetTightBoundingGeometryFromTextPositions"/>
3964
internal readonly
TextParagraphView
TextView;