Base:
method
GetLineFromCharIndex
System.Windows.Forms.Automation.UiaTextProvider.GetLineFromCharIndex(System.Int32)
5 references to GetLineFromCharIndex
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxUiaTextProvider.cs (2)
177bool useNext = startCharIndex < TextLength - 1 && GetLineFromCharIndex(startCharIndex + 1) == GetLineFromCharIndex(startCharIndex);
System.Windows.Forms.Tests (3)
System\Windows\Forms\ComboBox.ComboBoxUiaTextProviderTests.cs (3)
291int actualLine = provider.GetLineFromCharIndex(charIndex); 314int actualLine = provider.GetLineFromCharIndex(charIndex); 1158int actualLine = provider.GetLineFromCharIndex(charIndex);