6 instantiations of TextBoxLine
PresentationFramework (6)
18 references to TextBoxLine
PresentationFramework (18)
MS\Internal\Documents\TextBoxView.cs (18)
592using (TextBoxLine line = GetFormattedLine(lineIndex, out lineProperties))
792using (TextBoxLine line = GetFormattedLine(lineIndex))
823using (TextBoxLine line = GetFormattedLine(lineIndex))
896using (TextBoxLine line = GetFormattedLine(lineIndex))
1508using (TextBoxLine line = new TextBoxLine(this))
1673private TextBoxLine GetFormattedLine(int lineIndex)
1682private TextBoxLine GetFormattedLine(int lineIndex, out LineProperties lineProperties)
1684TextBoxLine line = new TextBoxLine(this);
1709using (TextBoxLine line = GetFormattedLine(lineIndex, out lineProperties))
1788TextBoxLine line = new TextBoxLine(this);
2040using (TextBoxLine line = GetFormattedLine(lineIndex))
2082private void GetTightBoundingGeometryFromLineIndexForSelection(TextBoxLine line, int lineIndex, int unclippedStartOffset, int unclippedEndOffset, TextAlignment alignment, double endOfParaGlyphWidth, ref Geometry geometry)
2180TextBoxLine line = new TextBoxLine(this);
2349TextBoxLine line = new TextBoxLine(this);
2422TextBoxLine line = new TextBoxLine(this);
2476private void FormatFirstIncrementalLine(int lineIndex, double constraintWidth, LineProperties lineProperties, TextBoxLine line,
2502private void SyncLineMetrics(DirtyTextRange range, double constraintWidth, LineProperties lineProperties, TextBoxLine line,
3142internal LineRecord(int offset, TextBoxLine line)