2 implementations of GetCaretRange
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
1362
HRESULT ITextProvider2.Interface.
GetCaretRange
(BOOL* isActive, ITextRangeProvider** pRetVal) => GetTextCaretRange(isActive, pRetVal);
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextProvider.cs (1)
151
public abstract HRESULT
GetCaretRange
(BOOL* isActive, ITextRangeProvider** pRetVal);
3 references to GetCaretRange
System.Windows.Forms.Primitives (3)
Windows.Win32.ITextProvider2.g.cs (1)
285
return __object.
GetCaretRange
(isActive, pRetVal);
Windows.Win32.UI_Accessibility_ITextProvider2_Extensions.g.cs (2)
43
/// <inheritdoc cref="winmdroot.UI.Accessibility.ITextProvider2.Interface.
GetCaretRange
(winmdroot.Foundation.BOOL*, winmdroot.UI.Accessibility.ITextRangeProvider**)"/>
48
winmdroot.Foundation.HRESULT __result = @this.
GetCaretRange
(isActiveLocal, pRetVal);