2 references to GetCharacterRect
PresentationFramework (2)
src\Framework\System\Windows\Controls\TextBox.cs (1)
1411
rect = TextPointerBase.
GetCharacterRect
(position, position.LogicalDirection, relativeToTextBox);
src\Framework\System\Windows\Documents\TextPointerBase.cs (1)
863
return
GetCharacterRect
(thisPointer, direction, /*transformToUiScope*/true);