3 references to GetCharacterIndexFromPoint
PresentationFramework (1)
src\Framework\System\Windows\Controls\DataGridTextColumn.cs (1)
242int characterIndex = textBox.GetCharacterIndexFromPoint(position, /* snapToText = */ false);
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (2)
688int index = textbox.GetCharacterIndexFromPoint(position, false); 693index = textbox.GetCharacterIndexFromPoint(position, true);