2 implementations of Interface
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
51
ITextProvider2.
Interface
,
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextProvider.cs (1)
12
internal abstract unsafe class UiaTextProvider : ITextProvider.Interface, ITextProvider2.
Interface
, IManagedWrapper<ITextProvider2, ITextProvider>
22 references to Interface
System.Windows.Forms (8)
System\Windows\Forms\Accessibility\AccessibleObject.cs (8)
1348
ITextRangeProvider* ITextProvider2.
Interface
.DocumentRange => DocumentRangeInternal;
1350
HRESULT ITextProvider2.
Interface
.GetSelection(SAFEARRAY** pRetVal) => GetTextSelection(pRetVal);
1352
HRESULT ITextProvider2.
Interface
.GetVisibleRanges(SAFEARRAY** pRetVal) => GetTextVisibleRanges(pRetVal);
1354
HRESULT ITextProvider2.
Interface
.RangeFromChild(IRawElementProviderSimple* childElement, ITextRangeProvider** pRetVal)
1357
HRESULT ITextProvider2.
Interface
.RangeFromPoint(UiaPoint point, ITextRangeProvider** pRetVal)
1360
SupportedTextSelection ITextProvider2.
Interface
.SupportedTextSelection => SupportedTextSelectionInternal;
1362
HRESULT ITextProvider2.
Interface
.GetCaretRange(BOOL* isActive, ITextRangeProvider** pRetVal) => GetTextCaretRange(isActive, pRetVal);
1364
HRESULT ITextProvider2.
Interface
.RangeFromAnnotation(IRawElementProviderSimple* annotationElement, ITextRangeProvider** pRetVal)
System.Windows.Forms.Primitives (14)
Windows.Win32.ITextProvider2.g.cs (8)
62
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
89
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
116
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
143
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
170
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
201
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
232
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
280
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
Windows.Win32.UI_Accessibility_ITextProvider2_Extensions.g.cs (6)
23
/// <inheritdoc cref="winmdroot.UI.Accessibility.ITextProvider2.
Interface
.GetSelection(winmdroot.System.Com.SAFEARRAY**)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT GetSelection(this winmdroot.UI.Accessibility.ITextProvider2.
Interface
@this, out winmdroot.System.Com.SAFEARRAY* pRetVal)
33
/// <inheritdoc cref="winmdroot.UI.Accessibility.ITextProvider2.
Interface
.GetVisibleRanges(winmdroot.System.Com.SAFEARRAY**)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT GetVisibleRanges(this winmdroot.UI.Accessibility.ITextProvider2.
Interface
@this, out winmdroot.System.Com.SAFEARRAY* pRetVal)
43
/// <inheritdoc cref="winmdroot.UI.Accessibility.ITextProvider2.
Interface
.GetCaretRange(winmdroot.Foundation.BOOL*, winmdroot.UI.Accessibility.ITextRangeProvider**)"/>
44
internal static unsafe winmdroot.Foundation.HRESULT GetCaretRange(this winmdroot.UI.Accessibility.ITextProvider2.
Interface
@this, out winmdroot.Foundation.BOOL isActive, winmdroot.UI.Accessibility.ITextRangeProvider** pRetVal)