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