6 instantiations of TextBoxLine
PresentationFramework (6)
18 references to TextBoxLine
PresentationFramework (18)
MS\Internal\Documents\TextBoxView.cs (18)
643using (TextBoxLine line = GetFormattedLine(lineIndex, out lineProperties))
843using (TextBoxLine line = GetFormattedLine(lineIndex))
874using (TextBoxLine line = GetFormattedLine(lineIndex))
947using (TextBoxLine line = GetFormattedLine(lineIndex))
1557using (TextBoxLine line = new TextBoxLine(this))
1722private TextBoxLine GetFormattedLine(int lineIndex)
1731private TextBoxLine GetFormattedLine(int lineIndex, out LineProperties lineProperties)
1733TextBoxLine line = new TextBoxLine(this);
1758using (TextBoxLine line = GetFormattedLine(lineIndex, out lineProperties))
1837TextBoxLine line = new TextBoxLine(this);
2089using (TextBoxLine line = GetFormattedLine(lineIndex))
2131private void GetTightBoundingGeometryFromLineIndexForSelection(TextBoxLine line, int lineIndex, int unclippedStartOffset, int unclippedEndOffset, TextAlignment alignment, double endOfParaGlyphWidth, ref Geometry geometry)
2229TextBoxLine line = new TextBoxLine(this);
2398TextBoxLine line = new TextBoxLine(this);
2471TextBoxLine line = new TextBoxLine(this);
2525private void FormatFirstIncrementalLine(int lineIndex, double constraintWidth, LineProperties lineProperties, TextBoxLine line,
2551private void SyncLineMetrics(DirtyTextRange range, double constraintWidth, LineProperties lineProperties, TextBoxLine line,
3203internal LineRecord(int offset, TextBoxLine line)