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