3 references to TextRunBounds
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
;