6 instantiations of TextBoxLine
PresentationFramework (6)
src\Framework\MS\Internal\Documents\TextBoxView.cs (6)
1558
using (TextBoxLine line = new
TextBoxLine
(this))
1731
TextBoxLine line = new
TextBoxLine
(this);
1835
TextBoxLine line = new
TextBoxLine
(this);
2225
TextBoxLine line = new
TextBoxLine
(this);
2394
TextBoxLine line = new
TextBoxLine
(this);
2467
TextBoxLine line = new
TextBoxLine
(this);
18 references to TextBoxLine
PresentationFramework (18)
src\Framework\MS\Internal\Documents\TextBoxView.cs (18)
647
using (
TextBoxLine
line = GetFormattedLine(lineIndex, out lineProperties))
847
using (
TextBoxLine
line = GetFormattedLine(lineIndex))
878
using (
TextBoxLine
line = GetFormattedLine(lineIndex))
951
using (
TextBoxLine
line = GetFormattedLine(lineIndex))
1558
using (
TextBoxLine
line = new TextBoxLine(this))
1720
private
TextBoxLine
GetFormattedLine(int lineIndex)
1729
private
TextBoxLine
GetFormattedLine(int lineIndex, out LineProperties lineProperties)
1731
TextBoxLine
line = new TextBoxLine(this);
1756
using (
TextBoxLine
line = GetFormattedLine(lineIndex, out lineProperties))
1835
TextBoxLine
line = new TextBoxLine(this);
2085
using (
TextBoxLine
line = GetFormattedLine(lineIndex))
2127
private void GetTightBoundingGeometryFromLineIndexForSelection(
TextBoxLine
line, int lineIndex, int unclippedStartOffset, int unclippedEndOffset, TextAlignment alignment, double endOfParaGlyphWidth, ref Geometry geometry)
2225
TextBoxLine
line = new TextBoxLine(this);
2394
TextBoxLine
line = new TextBoxLine(this);
2467
TextBoxLine
line = new TextBoxLine(this);
2521
private void FormatFirstIncrementalLine(int lineIndex, double constraintWidth, LineProperties lineProperties,
TextBoxLine
line,
2547
private void SyncLineMetrics(DirtyTextRange range, double constraintWidth, LineProperties lineProperties,
TextBoxLine
line,
3180
internal LineRecord(int offset,
TextBoxLine
line)