2 instantiations of TextRunBounds
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (1)
2026TextRunBounds bounds = new TextRunBounds(
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
857new TextRunBounds(
12 references to TextRunBounds
PresentationCore (9)
MS\Internal\TextFormatting\FullTextLine.cs (4)
1978private IList<TextRunBounds> CalculateTextRunBounds(int lscpFirst, int lscpEnd) 1995IList<TextRunBounds> boundsList = new List<TextRunBounds>(2); 2026TextRunBounds bounds = new TextRunBounds(
MS\Internal\TextFormatting\SimpleTextLine.cs (2)
838IList<TextRunBounds> boundsList = null; 842boundsList = new List<TextRunBounds>(2);
System\Windows\Media\textformatting\TextBounds.cs (3)
33IList<TextRunBounds> runBounds 55public IList<TextRunBounds> TextRunBounds 72private IList<TextRunBounds> _runBounds;
PresentationFramework (3)
MS\Internal\Documents\TextBoxLine.cs (1)
513IList<TextRunBounds> runBounds = textBounds[0].TextRunBounds;
MS\Internal\PtsHost\Line.cs (1)
1021IList<TextRunBounds> runBounds = textBounds[0].TextRunBounds;
MS\Internal\Text\Line.cs (1)
480IList<TextRunBounds> runBounds = textBounds[0].TextRunBounds;