6 instantiations of TextBoxLine
PresentationFramework (6)
18 references to TextBoxLine
PresentationFramework (18)
MS\Internal\Documents\TextBoxView.cs (18)
641using (TextBoxLine line = GetFormattedLine(lineIndex, out lineProperties))
841using (TextBoxLine line = GetFormattedLine(lineIndex))
872using (TextBoxLine line = GetFormattedLine(lineIndex))
945using (TextBoxLine line = GetFormattedLine(lineIndex))
1555using (TextBoxLine line = new TextBoxLine(this))
1720private TextBoxLine GetFormattedLine(int lineIndex)
1729private TextBoxLine GetFormattedLine(int lineIndex, out LineProperties lineProperties)
1731TextBoxLine line = new TextBoxLine(this);
1756using (TextBoxLine line = GetFormattedLine(lineIndex, out lineProperties))
1835TextBoxLine line = new TextBoxLine(this);
2087using (TextBoxLine line = GetFormattedLine(lineIndex))
2129private void GetTightBoundingGeometryFromLineIndexForSelection(TextBoxLine line, int lineIndex, int unclippedStartOffset, int unclippedEndOffset, TextAlignment alignment, double endOfParaGlyphWidth, ref Geometry geometry)
2227TextBoxLine line = new TextBoxLine(this);
2396TextBoxLine line = new TextBoxLine(this);
2469TextBoxLine line = new TextBoxLine(this);
2523private void FormatFirstIncrementalLine(int lineIndex, double constraintWidth, LineProperties lineProperties, TextBoxLine line,
2549private void SyncLineMetrics(DirtyTextRange range, double constraintWidth, LineProperties lineProperties, TextBoxLine line,
3201internal LineRecord(int offset, TextBoxLine line)