5 references to GetCharacterRect
PresentationFramework (1)
System\Windows\Documents\TextPointer.cs (1)
2655return GetCharacterRect(direction);
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (4)
409lastCharacter = nextLinePointer.GetCharacterRect(LogicalDirection.Backward); 410firstCharacter = currentLinePointer.GetCharacterRect(LogicalDirection.Forward); 417lastCharacter = _textBlock1.ContentEnd.GetCharacterRect(LogicalDirection.Backward); 418firstCharacter = currentLinePointer.GetCharacterRect(LogicalDirection.Forward);