Base:
3 references to GetCaretRange
System.Windows.Forms (1)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildEditUiaProvider.cs (1)
122=> _textProvider.GetCaretRange(isActive, pRetVal);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ComboBox.ComboBoxUiaTextProviderTests.cs (2)
213Assert.True(provider.GetCaretRange(&isActive, uiaTextRange).Succeeded); 232Assert.True(provider.GetCaretRange(&isActive, uiaTextRange).Succeeded);