2 instantiations of TextRunBounds
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (1)
2011TextRunBounds bounds = new TextRunBounds(
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
848new TextRunBounds(
12 references to TextRunBounds
PresentationCore (9)
MS\Internal\TextFormatting\FullTextLine.cs (4)
1963private IList<TextRunBounds> CalculateTextRunBounds(int lscpFirst, int lscpEnd) 1980IList<TextRunBounds> boundsList = new List<TextRunBounds>(2); 2011TextRunBounds bounds = new TextRunBounds(
MS\Internal\TextFormatting\SimpleTextLine.cs (2)
829IList<TextRunBounds> boundsList = null; 833boundsList = new List<TextRunBounds>(2);
System\Windows\Media\textformatting\TextBounds.cs (3)
27IList<TextRunBounds> runBounds 49public IList<TextRunBounds> TextRunBounds 66private IList<TextRunBounds> _runBounds;
PresentationFramework (3)
MS\Internal\Documents\TextBoxLine.cs (1)
506IList<TextRunBounds> runBounds = textBounds[0].TextRunBounds;
MS\Internal\PtsHost\Line.cs (1)
1015IList<TextRunBounds> runBounds = textBounds[0].TextRunBounds;
MS\Internal\Text\Line.cs (1)
473IList<TextRunBounds> runBounds = textBounds[0].TextRunBounds;