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