6 instantiations of TextBoxLine
PresentationFramework (6)
18 references to TextBoxLine
PresentationFramework (18)
MS\Internal\Documents\TextBoxView.cs (18)
598using (TextBoxLine line = GetFormattedLine(lineIndex, out lineProperties))
798using (TextBoxLine line = GetFormattedLine(lineIndex))
829using (TextBoxLine line = GetFormattedLine(lineIndex))
902using (TextBoxLine line = GetFormattedLine(lineIndex))
1514using (TextBoxLine line = new TextBoxLine(this))
1679private TextBoxLine GetFormattedLine(int lineIndex)
1688private TextBoxLine GetFormattedLine(int lineIndex, out LineProperties lineProperties)
1690TextBoxLine line = new TextBoxLine(this);
1715using (TextBoxLine line = GetFormattedLine(lineIndex, out lineProperties))
1794TextBoxLine line = new TextBoxLine(this);
2046using (TextBoxLine line = GetFormattedLine(lineIndex))
2088private void GetTightBoundingGeometryFromLineIndexForSelection(TextBoxLine line, int lineIndex, int unclippedStartOffset, int unclippedEndOffset, TextAlignment alignment, double endOfParaGlyphWidth, ref Geometry geometry)
2186TextBoxLine line = new TextBoxLine(this);
2355TextBoxLine line = new TextBoxLine(this);
2428TextBoxLine line = new TextBoxLine(this);
2482private void FormatFirstIncrementalLine(int lineIndex, double constraintWidth, LineProperties lineProperties, TextBoxLine line,
2508private void SyncLineMetrics(DirtyTextRange range, double constraintWidth, LineProperties lineProperties, TextBoxLine line,
3160internal LineRecord(int offset, TextBoxLine line)