2 overrides of GetTextBounds
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
1524
public override IList<TextBounds>
GetTextBounds
(
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
812
public override IList<TextBounds>
GetTextBounds
(
11 references to GetTextBounds
PresentationCore (1)
Core\CSharp\System\Windows\Media\FormattedText.cs (1)
1673
IList<TextBounds> highlightBounds = currentLine.
GetTextBounds
(
PresentationFramework (10)
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 (4)
523
textBounds = line.
GetTextBounds
(cp, cch);
527
textBounds = _line.
GetTextBounds
(cp, cch);
1017
textBounds = line.
GetTextBounds
(cp, cch);
1021
textBounds = _line.
GetTextBounds
(cp, cch);
src\Framework\MS\Internal\Text\Line.cs (4)
181
textBounds = line.
GetTextBounds
(cp, cch);
185
textBounds = _line.
GetTextBounds
(cp, cch);
475
textBounds = line.
GetTextBounds
(cp, cch);
479
textBounds = _line.
GetTextBounds
(cp, cch);