2 overrides of GetTextBounds
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (1)
1478
public override IList<TextBounds>
GetTextBounds
(
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
796
public override IList<TextBounds>
GetTextBounds
(
11 references to GetTextBounds
PresentationCore (1)
System\Windows\Media\FormattedText.cs (1)
1622
IList<TextBounds> highlightBounds = currentLine.
GetTextBounds
(
PresentationFramework (10)
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 (4)
505
textBounds = line.
GetTextBounds
(cp, cch);
509
textBounds = _line.
GetTextBounds
(cp, cch);
999
textBounds = line.
GetTextBounds
(cp, cch);
1003
textBounds = _line.
GetTextBounds
(cp, cch);
MS\Internal\Text\Line.cs (4)
171
textBounds = line.
GetTextBounds
(cp, cch);
175
textBounds = _line.
GetTextBounds
(cp, cch);
465
textBounds = line.
GetTextBounds
(cp, cch);
469
textBounds = _line.
GetTextBounds
(cp, cch);