4 references to GetCharacterRect
PresentationFramework (4)
src\Framework\System\Windows\Controls\PasswordTextNavigator.cs (1)
527return TextPointerBase.GetCharacterRect(this, direction);
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
520return TextPointerBase.GetCharacterRect(this, direction);
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
487return TextPointerBase.GetCharacterRect(this, direction);
src\Framework\System\Windows\Documents\TextPointer.cs (1)
1273return TextPointerBase.GetCharacterRect(this, direction);