3 references to GetCharIndexFromPosition
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxUiaTextProvider.cs (3)
256visibleStart = GetCharIndexFromPosition(ptStart); 257visibleEnd = GetCharIndexFromPosition(ptEnd) + 1; // Add 1 to get a caret position after received character 367int start = GetCharIndexFromPosition(clientLocation);