2 overrides of GetTextBounds
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (1)
1477
public override IList<TextBounds>
GetTextBounds
(
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
789
public override IList<TextBounds>
GetTextBounds
(
11 references to GetTextBounds
PresentationCore (1)
System\Windows\Media\FormattedText.cs (1)
1619
IList<TextBounds> highlightBounds = currentLine.
GetTextBounds
(
PresentationFramework (10)
MS\Internal\Documents\TextBoxLine.cs (2)
265
IList<TextBounds> textBounds = _line.
GetTextBounds
(cp, cch);
502
IList<TextBounds> textBounds = _line.
GetTextBounds
(cp, cch);
MS\Internal\PtsHost\Line.cs (4)
501
textBounds = line.
GetTextBounds
(cp, cch);
505
textBounds = _line.
GetTextBounds
(cp, cch);
995
textBounds = line.
GetTextBounds
(cp, cch);
999
textBounds = _line.
GetTextBounds
(cp, cch);
MS\Internal\Text\Line.cs (4)
170
textBounds = line.
GetTextBounds
(cp, cch);
174
textBounds = _line.
GetTextBounds
(cp, cch);
464
textBounds = line.
GetTextBounds
(cp, cch);
468
textBounds = _line.
GetTextBounds
(cp, cch);