10 instantiations of TextBounds
PresentationCore (10)
MS\Internal\TextFormatting\FullTextLine.cs (9)
1461new TextBounds( 1477return new TextBounds( 1611new TextBounds( 1699new TextBounds( 1760new TextBounds( 1806new TextBounds( 1831new TextBounds( 1884new TextBounds( 1905new TextBounds(
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
879new TextBounds(
21 references to TextBounds
PresentationCore (15)
MS\Internal\TextFormatting\FullTextLine.cs (10)
1457private TextBounds[] CreateDegenerateBounds() 1459return new TextBounds[] 1473private TextBounds CreateCollapsingSymbolBounds() 1491public override IList<TextBounds> GetTextBounds( 1582TextBounds[] bounds = null; 1609bounds = new TextBounds[count]; 1737bounds = new TextBounds[boundsList.Count]; 1740bounds[i] = (TextBounds)boundsList[i]; 1758bounds = new TextBounds[] 1964TextBounds bounds
MS\Internal\TextFormatting\SimpleTextLine.cs (2)
805public override IList<TextBounds> GetTextBounds( 877return new TextBounds[]
System\Windows\Media\FormattedText.cs (2)
1656IList<TextBounds> highlightBounds = currentLine.GetTextBounds( 1663foreach (TextBounds bound in highlightBounds)
System\Windows\Media\textformatting\TextLine.cs (1)
184public abstract IList<TextBounds> GetTextBounds(
PresentationFramework (6)
MS\Internal\Documents\TextBoxLine.cs (2)
273IList<TextBounds> textBounds = _line.GetTextBounds(cp, cch); 510IList<TextBounds> textBounds = _line.GetTextBounds(cp, cch);
MS\Internal\PtsHost\Line.cs (2)
512IList<TextBounds> textBounds; 1006IList<TextBounds> textBounds;
MS\Internal\Text\Line.cs (2)
171IList<TextBounds> textBounds; 465IList<TextBounds> textBounds;