2 instantiations of TextRunBounds
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
2062TextRunBounds bounds = new TextRunBounds(
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
867new TextRunBounds(
12 references to TextRunBounds
PresentationCore (9)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (4)
2014private IList<TextRunBounds> CalculateTextRunBounds(int lscpFirst, int lscpEnd) 2031IList<TextRunBounds> boundsList = new List<TextRunBounds>(2); 2062TextRunBounds bounds = new TextRunBounds(
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (2)
848IList<TextRunBounds> boundsList = null; 852boundsList = new List<TextRunBounds>(2);
Core\CSharp\System\Windows\Media\TextFormatting\TextBounds.cs (3)
35IList<TextRunBounds> runBounds 57public IList<TextRunBounds> TextRunBounds 74private IList<TextRunBounds> _runBounds;
PresentationFramework (3)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (1)
515IList<TextRunBounds> runBounds = textBounds[0].TextRunBounds;
src\Framework\MS\Internal\PtsHost\Line.cs (1)
1024IList<TextRunBounds> runBounds = textBounds[0].TextRunBounds;
src\Framework\MS\Internal\Text\Line.cs (1)
483IList<TextRunBounds> runBounds = textBounds[0].TextRunBounds;