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