2 references to GetRectFromCharacterIndex
PresentationFramework (1)
src\Framework\System\Windows\Controls\TextBox.cs (1)
449return GetRectFromCharacterIndex(charIndex, /*trailingEdge*/false);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (1)
700Rect charRect = textbox.GetRectFromCharacterIndex(index, true);