10 instantiations of TextBounds
PresentationCore (10)
MS\Internal\TextFormatting\FullTextLine.cs (9)
1448
new
TextBounds
(
1464
return new
TextBounds
(
1598
new
TextBounds
(
1686
new
TextBounds
(
1747
new
TextBounds
(
1793
new
TextBounds
(
1818
new
TextBounds
(
1871
new
TextBounds
(
1892
new
TextBounds
(
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
864
new
TextBounds
(
21 references to TextBounds
PresentationCore (15)
MS\Internal\TextFormatting\FullTextLine.cs (10)
1444
private
TextBounds
[] CreateDegenerateBounds()
1446
return new
TextBounds
[]
1460
private
TextBounds
CreateCollapsingSymbolBounds()
1478
public override IList<
TextBounds
> GetTextBounds(
1569
TextBounds
[] bounds = null;
1596
bounds = new
TextBounds
[count];
1724
bounds = new
TextBounds
[boundsList.Count];
1727
bounds[i] = (
TextBounds
)boundsList[i];
1745
bounds = new
TextBounds
[]
1951
TextBounds
bounds
MS\Internal\TextFormatting\SimpleTextLine.cs (2)
790
public override IList<
TextBounds
> GetTextBounds(
862
return new
TextBounds
[]
System\Windows\Media\FormattedText.cs (2)
1620
IList<
TextBounds
> highlightBounds = currentLine.GetTextBounds(
1627
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)
494
IList<
TextBounds
> textBounds;
988
IList<
TextBounds
> textBounds;
MS\Internal\Text\Line.cs (2)
164
IList<
TextBounds
> textBounds;
458
IList<
TextBounds
> textBounds;