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