10 instantiations of TextBounds
PresentationCore (10)
MS\Internal\TextFormatting\FullTextLine.cs (9)
1446new TextBounds( 1462return new TextBounds( 1596new TextBounds( 1684new TextBounds( 1745new TextBounds( 1791new TextBounds( 1816new TextBounds( 1869new TextBounds( 1890new TextBounds(
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
870new TextBounds(
21 references to TextBounds
PresentationCore (15)
MS\Internal\TextFormatting\FullTextLine.cs (10)
1442private TextBounds[] CreateDegenerateBounds() 1444return new TextBounds[] 1458private TextBounds CreateCollapsingSymbolBounds() 1476public override IList<TextBounds> GetTextBounds( 1567TextBounds[] bounds = null; 1594bounds = new TextBounds[count]; 1722bounds = new TextBounds[boundsList.Count]; 1725bounds[i] = (TextBounds)boundsList[i]; 1743bounds = new TextBounds[] 1949TextBounds bounds
MS\Internal\TextFormatting\SimpleTextLine.cs (2)
796public override IList<TextBounds> GetTextBounds( 868return new TextBounds[]
System\Windows\Media\FormattedText.cs (2)
1640IList<TextBounds> highlightBounds = currentLine.GetTextBounds( 1647foreach (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)
506IList<TextBounds> textBounds; 1000IList<TextBounds> textBounds;
MS\Internal\Text\Line.cs (2)
164IList<TextBounds> textBounds; 458IList<TextBounds> textBounds;