10 instantiations of TextBounds
PresentationCore (10)
MS\Internal\TextFormatting\FullTextLine.cs (9)
1447new TextBounds( 1463return new TextBounds( 1597new TextBounds( 1685new TextBounds( 1746new TextBounds( 1792new TextBounds( 1817new TextBounds( 1870new TextBounds( 1891new TextBounds(
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
863new TextBounds(
21 references to TextBounds
PresentationCore (15)
MS\Internal\TextFormatting\FullTextLine.cs (10)
1443private TextBounds[] CreateDegenerateBounds() 1445return new TextBounds[] 1459private TextBounds CreateCollapsingSymbolBounds() 1477public override IList<TextBounds> GetTextBounds( 1568TextBounds[] bounds = null; 1595bounds = new TextBounds[count]; 1723bounds = new TextBounds[boundsList.Count]; 1726bounds[i] = (TextBounds)boundsList[i]; 1744bounds = new TextBounds[] 1950TextBounds bounds
MS\Internal\TextFormatting\SimpleTextLine.cs (2)
789public override IList<TextBounds> GetTextBounds( 861return new TextBounds[]
System\Windows\Media\FormattedText.cs (2)
1619IList<TextBounds> highlightBounds = currentLine.GetTextBounds( 1626foreach (TextBounds bound in highlightBounds)
System\Windows\Media\textformatting\TextLine.cs (1)
173public abstract IList<TextBounds> GetTextBounds(
PresentationFramework (6)
MS\Internal\Documents\TextBoxLine.cs (2)
262IList<TextBounds> textBounds = _line.GetTextBounds(cp, cch); 499IList<TextBounds> textBounds = _line.GetTextBounds(cp, cch);
MS\Internal\PtsHost\Line.cs (2)
493IList<TextBounds> textBounds; 987IList<TextBounds> textBounds;
MS\Internal\Text\Line.cs (2)
163IList<TextBounds> textBounds; 457IList<TextBounds> textBounds;