2 references to GetBoundsFromPosition
PresentationFramework (2)
src\Framework\MS\Internal\Text\ComplexLine.cs (1)
185
Rect rect =
GetBoundsFromPosition
(runDcp, inlineObject.Length, out flowDirection);
src\Framework\MS\Internal\Text\Line.cs (1)
143
return
GetBoundsFromPosition
(characterIndex, 1, out flowDirection);