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)
142
Assert.True(provider.
GetCaretRange
(&isActive, uiaTextRange).Succeeded);
154
Assert.True(provider.
GetCaretRange
(&isActive, uiaTextRange).Succeeded);