1 interface inheriting from Interface
System.Windows.Forms.Primitives (1)
Windows.Win32.ITextProvider2.g.cs (1)
385
:winmdroot.UI.Accessibility.ITextProvider.
Interface
{
2 implementations of Interface
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
50
ITextProvider.
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>
16 references to Interface
System.Windows.Forms (6)
System\Windows\Forms\Accessibility\AccessibleObject.cs (6)
1334
ITextRangeProvider* ITextProvider.
Interface
.DocumentRange => DocumentRangeInternal;
1336
HRESULT ITextProvider.
Interface
.GetSelection(SAFEARRAY** pRetVal) => GetTextSelection(pRetVal);
1338
HRESULT ITextProvider.
Interface
.GetVisibleRanges(SAFEARRAY** pRetVal) => GetTextVisibleRanges(pRetVal);
1340
HRESULT ITextProvider.
Interface
.RangeFromChild(IRawElementProviderSimple* childElement, ITextRangeProvider** pRetVal)
1343
HRESULT ITextProvider.
Interface
.RangeFromPoint(UiaPoint point, ITextRangeProvider** pRetVal)
1346
SupportedTextSelection ITextProvider.
Interface
.SupportedTextSelection => SupportedTextSelectionInternal;
System.Windows.Forms.Primitives (10)
Windows.Win32.ITextProvider.g.cs (6)
62
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
98
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
134
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
170
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
210
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
243
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
Windows.Win32.UI_Accessibility_ITextProvider_Extensions.g.cs (4)
23
/// <inheritdoc cref="winmdroot.UI.Accessibility.ITextProvider.
Interface
.GetSelection(winmdroot.System.Com.SAFEARRAY**)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT GetSelection(this winmdroot.UI.Accessibility.ITextProvider.
Interface
@this, out winmdroot.System.Com.SAFEARRAY* pRetVal)
33
/// <inheritdoc cref="winmdroot.UI.Accessibility.ITextProvider.
Interface
.GetVisibleRanges(winmdroot.System.Com.SAFEARRAY**)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT GetVisibleRanges(this winmdroot.UI.Accessibility.ITextProvider.
Interface
@this, out winmdroot.System.Com.SAFEARRAY* pRetVal)