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