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