4 references to GetPositionFromCharIndex
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxUiaTextProvider.cs (4)
157
?
GetPositionFromCharIndex
(charIndex)
178
return
GetPositionFromCharIndex
(useNext ? startCharIndex + 1 : startCharIndex);
181
pt =
GetPositionFromCharIndex
(startCharIndex);
193
pt =
GetPositionFromCharIndex
(startCharIndex);