5 references to GetCharacterRect
PresentationFramework (1)
System\Windows\Documents\TextPointer.cs (1)
2661return GetCharacterRect(direction);
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (4)
413lastCharacter = nextLinePointer.GetCharacterRect(LogicalDirection.Backward); 414firstCharacter = currentLinePointer.GetCharacterRect(LogicalDirection.Forward); 421lastCharacter = _textBlock1.ContentEnd.GetCharacterRect(LogicalDirection.Backward); 422firstCharacter = currentLinePointer.GetCharacterRect(LogicalDirection.Forward);