4 references to GetCharacterRect
PresentationFramework (4)
System\Windows\Controls\PasswordTextNavigator.cs (1)
525return TextPointerBase.GetCharacterRect(this, direction);
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
516return TextPointerBase.GetCharacterRect(this, direction);
System\Windows\Documents\FixedTextPointer.cs (1)
472return TextPointerBase.GetCharacterRect(this, direction);
System\Windows\Documents\TextPointer.cs (1)
1262return TextPointerBase.GetCharacterRect(this, direction);