10 instantiations of TextBounds
PresentationCore (10)
MS\Internal\TextFormatting\FullTextLine.cs (9)
1447
new
TextBounds
(
1463
return new
TextBounds
(
1597
new
TextBounds
(
1685
new
TextBounds
(
1746
new
TextBounds
(
1792
new
TextBounds
(
1817
new
TextBounds
(
1870
new
TextBounds
(
1891
new
TextBounds
(
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
863
new
TextBounds
(
21 references to TextBounds
PresentationCore (15)
MS\Internal\TextFormatting\FullTextLine.cs (10)
1443
private
TextBounds
[] CreateDegenerateBounds()
1445
return new
TextBounds
[]
1459
private
TextBounds
CreateCollapsingSymbolBounds()
1477
public override IList<
TextBounds
> GetTextBounds(
1568
TextBounds
[] bounds = null;
1595
bounds = new
TextBounds
[count];
1723
bounds = new
TextBounds
[boundsList.Count];
1726
bounds[i] = (
TextBounds
)boundsList[i];
1744
bounds = new
TextBounds
[]
1950
TextBounds
bounds
MS\Internal\TextFormatting\SimpleTextLine.cs (2)
789
public override IList<
TextBounds
> GetTextBounds(
861
return new
TextBounds
[]
System\Windows\Media\FormattedText.cs (2)
1619
IList<
TextBounds
> highlightBounds = currentLine.GetTextBounds(
1626
foreach (
TextBounds
bound in highlightBounds)
System\Windows\Media\textformatting\TextLine.cs (1)
173
public abstract IList<
TextBounds
> GetTextBounds(
PresentationFramework (6)
MS\Internal\Documents\TextBoxLine.cs (2)
262
IList<
TextBounds
> textBounds = _line.GetTextBounds(cp, cch);
499
IList<
TextBounds
> textBounds = _line.GetTextBounds(cp, cch);
MS\Internal\PtsHost\Line.cs (2)
493
IList<
TextBounds
> textBounds;
987
IList<
TextBounds
> textBounds;
MS\Internal\Text\Line.cs (2)
163
IList<
TextBounds
> textBounds;
457
IList<
TextBounds
> textBounds;