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