3 references to GetCharIndexFromPosition
System.Windows.Forms (3)
System\Windows\Forms\Accessibility\LabelEditUiaTextProvider.cs (3)
195visibleStart = GetCharIndexFromPosition(ptStart); 196visibleEnd = GetCharIndexFromPosition(ptEnd) + 1; // Add 1 to get a caret position after received character 294int start = GetCharIndexFromPosition(clientLocation);