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