10 instantiations of TextBounds
PresentationCore (10)
MS\Internal\TextFormatting\FullTextLine.cs (9)
1446
new
TextBounds
(
1462
return new
TextBounds
(
1596
new
TextBounds
(
1684
new
TextBounds
(
1745
new
TextBounds
(
1791
new
TextBounds
(
1816
new
TextBounds
(
1869
new
TextBounds
(
1890
new
TextBounds
(
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
870
new
TextBounds
(
21 references to TextBounds
PresentationCore (15)
MS\Internal\TextFormatting\FullTextLine.cs (10)
1442
private
TextBounds
[] CreateDegenerateBounds()
1444
return new
TextBounds
[]
1458
private
TextBounds
CreateCollapsingSymbolBounds()
1476
public override IList<
TextBounds
> GetTextBounds(
1567
TextBounds
[] bounds = null;
1594
bounds = new
TextBounds
[count];
1722
bounds = new
TextBounds
[boundsList.Count];
1725
bounds[i] = (
TextBounds
)boundsList[i];
1743
bounds = new
TextBounds
[]
1949
TextBounds
bounds
MS\Internal\TextFormatting\SimpleTextLine.cs (2)
796
public override IList<
TextBounds
> GetTextBounds(
868
return new
TextBounds
[]
System\Windows\Media\FormattedText.cs (2)
1640
IList<
TextBounds
> highlightBounds = currentLine.GetTextBounds(
1647
foreach (
TextBounds
bound in highlightBounds)
System\Windows\Media\textformatting\TextLine.cs (1)
174
public abstract IList<
TextBounds
> GetTextBounds(
PresentationFramework (6)
MS\Internal\Documents\TextBoxLine.cs (2)
266
IList<
TextBounds
> textBounds = _line.GetTextBounds(cp, cch);
503
IList<
TextBounds
> textBounds = _line.GetTextBounds(cp, cch);
MS\Internal\PtsHost\Line.cs (2)
506
IList<
TextBounds
> textBounds;
1000
IList<
TextBounds
> textBounds;
MS\Internal\Text\Line.cs (2)
164
IList<
TextBounds
> textBounds;
458
IList<
TextBounds
> textBounds;