10 instantiations of TextBounds
PresentationCore (10)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (9)
1494new TextBounds( 1510return new TextBounds( 1647new TextBounds( 1735new TextBounds( 1796new TextBounds( 1842new TextBounds( 1867new TextBounds( 1920new TextBounds( 1941new TextBounds(
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
889new TextBounds(
21 references to TextBounds
PresentationCore (15)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (10)
1490private TextBounds[] CreateDegenerateBounds() 1492return new TextBounds[] 1506private TextBounds CreateCollapsingSymbolBounds() 1524public override IList<TextBounds> GetTextBounds( 1618TextBounds[] bounds = null; 1645bounds = new TextBounds[count]; 1773bounds = new TextBounds[boundsList.Count]; 1776bounds[i] = (TextBounds)boundsList[i]; 1794bounds = new TextBounds[] 2000TextBounds bounds
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (2)
812public override IList<TextBounds> GetTextBounds( 887return new TextBounds[]
Core\CSharp\System\Windows\Media\FormattedText.cs (2)
1673IList<TextBounds> highlightBounds = currentLine.GetTextBounds( 1680foreach (TextBounds bound in highlightBounds)
Core\CSharp\System\Windows\Media\TextFormatting\TextLine.cs (1)
187public abstract IList<TextBounds> GetTextBounds(
PresentationFramework (6)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (2)
275IList<TextBounds> textBounds = _line.GetTextBounds(cp, cch); 512IList<TextBounds> textBounds = _line.GetTextBounds(cp, cch);
src\Framework\MS\Internal\PtsHost\Line.cs (2)
515IList<TextBounds> textBounds; 1009IList<TextBounds> textBounds;
src\Framework\MS\Internal\Text\Line.cs (2)
174IList<TextBounds> textBounds; 468IList<TextBounds> textBounds;