Base:
3 references to GetCaretRange
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\TextBoxBase.TextBoxBaseAccessibleObject.cs (1)
116=> _textProvider?.GetCaretRange(isActive, pRetVal) ?? HRESULT.COR_E_OBJECTDISPOSED;
System.Windows.Forms.Tests (2)
System\Windows\Forms\TextBoxBase.TextBoxBaseUiaTextProviderTests.cs (2)
142Assert.True(provider.GetCaretRange(&isActive, uiaTextRange).Succeeded); 154Assert.True(provider.GetCaretRange(&isActive, uiaTextRange).Succeeded);