10 instantiations of TextBounds
PresentationCore (10)
MS\Internal\TextFormatting\FullTextLine.cs (9)
1448new TextBounds( 1464return new TextBounds( 1598new TextBounds( 1686new TextBounds( 1747new TextBounds( 1793new TextBounds( 1818new TextBounds( 1871new TextBounds( 1892new TextBounds(
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
864new TextBounds(
21 references to TextBounds
PresentationCore (15)
MS\Internal\TextFormatting\FullTextLine.cs (10)
1444private TextBounds[] CreateDegenerateBounds() 1446return new TextBounds[] 1460private TextBounds CreateCollapsingSymbolBounds() 1478public override IList<TextBounds> GetTextBounds( 1569TextBounds[] bounds = null; 1596bounds = new TextBounds[count]; 1724bounds = new TextBounds[boundsList.Count]; 1727bounds[i] = (TextBounds)boundsList[i]; 1745bounds = new TextBounds[] 1951TextBounds bounds
MS\Internal\TextFormatting\SimpleTextLine.cs (2)
790public override IList<TextBounds> GetTextBounds( 862return new TextBounds[]
System\Windows\Media\FormattedText.cs (2)
1620IList<TextBounds> highlightBounds = currentLine.GetTextBounds( 1627foreach (TextBounds bound in highlightBounds)
System\Windows\Media\textformatting\TextLine.cs (1)
174public abstract IList<TextBounds> GetTextBounds(
PresentationFramework (6)
MS\Internal\Documents\TextBoxLine.cs (2)
266IList<TextBounds> textBounds = _line.GetTextBounds(cp, cch); 503IList<TextBounds> textBounds = _line.GetTextBounds(cp, cch);
MS\Internal\PtsHost\Line.cs (2)
494IList<TextBounds> textBounds; 988IList<TextBounds> textBounds;
MS\Internal\Text\Line.cs (2)
164IList<TextBounds> textBounds; 458IList<TextBounds> textBounds;