3 implementations of Interface
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
26
UIA.IAccessible.
Interface
,
System.Windows.Forms.Primitives.Tests (1)
Windows\Win32\UI\Accessibility\AccessibleDispatchTests.cs (1)
25
private unsafe class AccessibleTestObject : AccessibleDispatch, IAccessible.
Interface
, IManagedWrapper<IAccessible, IDispatch, IDispatchEx>
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComponentModel\Com2Interop\ComNativeDescriptorTests.cs (1)
240
IAccessible.
Interface
,
122 references to Interface
System.Windows.Forms (40)
System\Windows\Forms\Accessibility\AccessibleObject.cs (40)
1572
((UIA.IAccessible.
Interface
)this).accDoDefaultAction(ChildIdToVARIANT(childID));
1574
HRESULT UIA.IAccessible.
Interface
.accDoDefaultAction(VARIANT varChild)
1631
((UIA.IAccessible.
Interface
)this).accHitTest(xLeft, yTop, &result);
1635
HRESULT UIA.IAccessible.
Interface
.accHitTest(int xLeft, int yTop, VARIANT* pvarChild)
1685
HRESULT UIA.IAccessible.
Interface
.accLocation(int* pxLeft, int* pyTop, int* pcxWidth, int* pcyHeight, VARIANT varChild)
1733
((UIA.IAccessible.
Interface
)this).accNavigate(navDir, ChildIdToVARIANT(childID), &result).AssertSuccess();
1737
HRESULT UIA.IAccessible.
Interface
.accNavigate(int navDir, VARIANT varStart, VARIANT* pvarEndUpAt)
1786
((UIA.IAccessible.
Interface
)this).accSelect(flagsSelect, ChildIdToVARIANT(childID));
1788
HRESULT UIA.IAccessible.
Interface
.accSelect(int flagsSelect, VARIANT varChild)
1835
((UIA.IAccessible.
Interface
)this).get_accChild(ChildIdToVARIANT(childID), child);
1839
HRESULT UIA.IAccessible.
Interface
.get_accChild(VARIANT varChild, IDispatch** ppdispChild)
1897
((UIA.IAccessible.
Interface
)this).get_accChildCount(&childCount);
1902
HRESULT UIA.IAccessible.
Interface
.get_accChildCount(int* pcountChildren)
1935
((UIA.IAccessible.
Interface
)this).get_accDefaultAction(ChildIdToVARIANT(childID), &result);
1939
HRESULT UIA.IAccessible.
Interface
.get_accDefaultAction(VARIANT varChild, BSTR* pszDefaultAction)
1975
((UIA.IAccessible.
Interface
)this).get_accDescription(ChildIdToVARIANT(childID), &description);
1979
HRESULT UIA.IAccessible.
Interface
.get_accDescription(VARIANT varChild, BSTR* pszDescription)
2053
HRESULT UIA.IAccessible.
Interface
.get_accFocus(VARIANT* pvarChild)
2067
((UIA.IAccessible.
Interface
)this).get_accHelp(ChildIdToVARIANT(childID), &result);
2071
HRESULT UIA.IAccessible.
Interface
.get_accHelp(VARIANT varChild, BSTR* pszHelp)
2107
((UIA.IAccessible.
Interface
)this).get_accHelpTopic(&helpFile, ChildIdToVARIANT(childID), &topic).AssertSuccess();
2112
HRESULT UIA.IAccessible.
Interface
.get_accHelpTopic(BSTR* pszHelpFile, VARIANT varChild, int* pidTopic)
2157
((UIA.IAccessible.
Interface
)this).get_accKeyboardShortcut(ChildIdToVARIANT(childID), &shortcut).AssertSuccess();
2161
HRESULT UIA.IAccessible.
Interface
.get_accKeyboardShortcut(VARIANT varChild, BSTR* pszKeyboardShortcut)
2191
((UIA.IAccessible.
Interface
)this).get_accName(ChildIdToVARIANT(childID), &name).AssertSuccess();
2195
HRESULT UIA.IAccessible.
Interface
.get_accName(VARIANT varChild, BSTR* pszName)
2242
((UIA.IAccessible.
Interface
)this).get_accParent(dispatch).AssertSuccess();
2247
HRESULT UIA.IAccessible.
Interface
.get_accParent(IDispatch** ppdispParent)
2282
((UIA.IAccessible.
Interface
)this).get_accRole(ChildIdToVARIANT(childID), &result);
2286
HRESULT UIA.IAccessible.
Interface
.get_accRole(VARIANT varChild, VARIANT* pvarRole)
2323
((UIA.IAccessible.
Interface
)this).get_accSelection(&result);
2328
HRESULT UIA.IAccessible.
Interface
.get_accSelection(VARIANT* pvarChildren)
2358
((UIA.IAccessible.
Interface
)this).get_accState(ChildIdToVARIANT(childID), &result).AssertSuccess();
2362
HRESULT UIA.IAccessible.
Interface
.get_accState(VARIANT varChild, VARIANT* pvarState)
2395
((UIA.IAccessible.
Interface
)this).get_accValue(ChildIdToVARIANT(childID), &value);
2399
HRESULT UIA.IAccessible.
Interface
.get_accValue(VARIANT varChild, BSTR* pszValue)
2433
((UIA.IAccessible.
Interface
)this).put_accName(ChildIdToVARIANT(childID), new(newName));
2435
HRESULT UIA.IAccessible.
Interface
.put_accName(VARIANT varChild, BSTR szName)
2473
((UIA.IAccessible.
Interface
)this).put_accValue(ChildIdToVARIANT(childID), new(newValue));
2475
HRESULT UIA.IAccessible.
Interface
.put_accValue(VARIANT varChild, BSTR szValue)
System.Windows.Forms.Primitives (40)
Windows.Win32.IAccessible.g.cs (21)
126
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
173
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
210
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
255
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
300
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
342
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
397
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
452
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
497
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
551
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
597
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
653
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
704
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
746
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
791
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
855
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
922
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
980
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
1029
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
1070
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
1102
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
Windows.Win32.UI_Accessibility_IAccessible_Extensions.g.cs (18)
23
/// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.
Interface
.get_accChildCount(int*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT get_accChildCount(this winmdroot.UI.Accessibility.IAccessible.
Interface
@this, out int pcountChildren)
33
/// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.
Interface
.get_accRole(winmdroot.System.Variant.VARIANT, winmdroot.System.Variant.VARIANT*)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT get_accRole(this winmdroot.UI.Accessibility.IAccessible.
Interface
@this, winmdroot.System.Variant.VARIANT varChild, out winmdroot.System.Variant.VARIANT pvarRole)
43
/// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.
Interface
.get_accState(winmdroot.System.Variant.VARIANT, winmdroot.System.Variant.VARIANT*)"/>
44
internal static unsafe winmdroot.Foundation.HRESULT get_accState(this winmdroot.UI.Accessibility.IAccessible.
Interface
@this, winmdroot.System.Variant.VARIANT varChild, out winmdroot.System.Variant.VARIANT pvarState)
53
/// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.
Interface
.get_accHelpTopic(winmdroot.Foundation.BSTR*, winmdroot.System.Variant.VARIANT, int*)"/>
54
internal static unsafe winmdroot.Foundation.HRESULT get_accHelpTopic(this winmdroot.UI.Accessibility.IAccessible.
Interface
@this, winmdroot.Foundation.BSTR* pszHelpFile, winmdroot.System.Variant.VARIANT varChild, out int pidTopic)
63
/// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.
Interface
.get_accFocus(winmdroot.System.Variant.VARIANT*)"/>
64
internal static unsafe winmdroot.Foundation.HRESULT get_accFocus(this winmdroot.UI.Accessibility.IAccessible.
Interface
@this, out winmdroot.System.Variant.VARIANT pvarChild)
73
/// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.
Interface
.get_accSelection(winmdroot.System.Variant.VARIANT*)"/>
74
internal static unsafe winmdroot.Foundation.HRESULT get_accSelection(this winmdroot.UI.Accessibility.IAccessible.
Interface
@this, out winmdroot.System.Variant.VARIANT pvarChildren)
83
/// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.
Interface
.accLocation(int*, int*, int*, int*, winmdroot.System.Variant.VARIANT)"/>
84
internal static unsafe winmdroot.Foundation.HRESULT accLocation(this winmdroot.UI.Accessibility.IAccessible.
Interface
@this, out int pxLeft, out int pyTop, out int pcxWidth, out int pcyHeight, winmdroot.System.Variant.VARIANT varChild)
102
/// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.
Interface
.accNavigate(int, winmdroot.System.Variant.VARIANT, winmdroot.System.Variant.VARIANT*)"/>
103
internal static unsafe winmdroot.Foundation.HRESULT accNavigate(this winmdroot.UI.Accessibility.IAccessible.
Interface
@this, int navDir, winmdroot.System.Variant.VARIANT varStart, out winmdroot.System.Variant.VARIANT pvarEndUpAt)
112
/// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.
Interface
.accHitTest(int, int, winmdroot.System.Variant.VARIANT*)"/>
113
internal static unsafe winmdroot.Foundation.HRESULT accHitTest(this winmdroot.UI.Accessibility.IAccessible.
Interface
@this, int xLeft, int yTop, out winmdroot.System.Variant.VARIANT pvarChild)
Windows\Win32\UI\Accessibility\AccessibleDispatch.cs (1)
21
public AccessibleDispatch(IAccessible.
Interface
instance) : base(TypeInfo, instance) { }
System.Windows.Forms.Primitives.Tests (21)
Windows\Win32\UI\Accessibility\AccessibleDispatchTests.cs (21)
27
HRESULT IAccessible.
Interface
.get_accParent(IDispatch** ppdispParent) => HRESULT.E_NOTIMPL;
28
HRESULT IAccessible.
Interface
.get_accChildCount(int* pcountChildren)
34
HRESULT IAccessible.
Interface
.get_accChild(VARIANT varChild, IDispatch** ppdispChild) => HRESULT.E_NOTIMPL;
35
HRESULT IAccessible.
Interface
.get_accName(VARIANT varChild, BSTR* pszName) => HRESULT.E_NOTIMPL;
36
HRESULT IAccessible.
Interface
.get_accValue(VARIANT varChild, BSTR* pszValue) => HRESULT.E_NOTIMPL;
37
HRESULT IAccessible.
Interface
.get_accDescription(VARIANT varChild, BSTR* pszDescription) => HRESULT.E_NOTIMPL;
38
HRESULT IAccessible.
Interface
.get_accRole(VARIANT varChild, VARIANT* pvarRole) => HRESULT.E_NOTIMPL;
39
HRESULT IAccessible.
Interface
.get_accState(VARIANT varChild, VARIANT* pvarState) => HRESULT.E_NOTIMPL;
40
HRESULT IAccessible.
Interface
.get_accHelp(VARIANT varChild, BSTR* pszHelp) => HRESULT.E_NOTIMPL;
41
HRESULT IAccessible.
Interface
.get_accHelpTopic(BSTR* pszHelpFile, VARIANT varChild, int* pidTopic) => HRESULT.E_NOTIMPL;
42
HRESULT IAccessible.
Interface
.get_accKeyboardShortcut(VARIANT varChild, BSTR* pszKeyboardShortcut) => HRESULT.E_NOTIMPL;
43
HRESULT IAccessible.
Interface
.get_accFocus(VARIANT* pvarChild) => HRESULT.E_NOTIMPL;
44
HRESULT IAccessible.
Interface
.get_accSelection(VARIANT* pvarChildren) => HRESULT.E_NOTIMPL;
45
HRESULT IAccessible.
Interface
.get_accDefaultAction(VARIANT varChild, BSTR* pszDefaultAction) => HRESULT.E_NOTIMPL;
46
HRESULT IAccessible.
Interface
.accSelect(int flagsSelect, VARIANT varChild) => HRESULT.E_NOTIMPL;
47
HRESULT IAccessible.
Interface
.accLocation(int* pxLeft, int* pyTop, int* pcxWidth, int* pcyHeight, VARIANT varChild) => HRESULT.E_NOTIMPL;
48
HRESULT IAccessible.
Interface
.accNavigate(int navDir, VARIANT varStart, VARIANT* pvarEndUpAt) => HRESULT.E_NOTIMPL;
49
HRESULT IAccessible.
Interface
.accHitTest(int xLeft, int yTop, VARIANT* pvarChild) => HRESULT.E_NOTIMPL;
50
HRESULT IAccessible.
Interface
.accDoDefaultAction(VARIANT varChild) => HRESULT.E_NOTIMPL;
51
HRESULT IAccessible.
Interface
.put_accName(VARIANT varChild, BSTR szName) => HRESULT.E_NOTIMPL;
52
HRESULT IAccessible.
Interface
.put_accValue(VARIANT varChild, BSTR szValue) => HRESULT.E_NOTIMPL;
System.Windows.Forms.Tests (21)
System\Windows\Forms\ComponentModel\Com2Interop\ComNativeDescriptorTests.cs (21)
280
HRESULT IAccessible.
Interface
.get_accChildCount(int* pcountChildren)
291
HRESULT IAccessible.
Interface
.get_accFocus(VARIANT* pvarChild)
305
HRESULT IAccessible.
Interface
.get_accParent(IDispatch** ppdispParent) => HRESULT.E_NOTIMPL;
306
HRESULT IAccessible.
Interface
.get_accChild(VARIANT varChild, IDispatch** ppdispChild) => HRESULT.E_NOTIMPL;
307
HRESULT IAccessible.
Interface
.get_accName(VARIANT varChild, BSTR* pszName) => HRESULT.E_NOTIMPL;
308
HRESULT IAccessible.
Interface
.get_accValue(VARIANT varChild, BSTR* pszValue) => HRESULT.E_NOTIMPL;
309
HRESULT IAccessible.
Interface
.get_accDescription(VARIANT varChild, BSTR* pszDescription) => HRESULT.E_NOTIMPL;
310
HRESULT IAccessible.
Interface
.get_accRole(VARIANT varChild, VARIANT* pvarRole) => HRESULT.E_NOTIMPL;
311
HRESULT IAccessible.
Interface
.get_accState(VARIANT varChild, VARIANT* pvarState) => HRESULT.E_NOTIMPL;
312
HRESULT IAccessible.
Interface
.get_accHelp(VARIANT varChild, BSTR* pszHelp) => HRESULT.E_NOTIMPL;
313
HRESULT IAccessible.
Interface
.get_accHelpTopic(BSTR* pszHelpFile, VARIANT varChild, int* pidTopic) => HRESULT.E_NOTIMPL;
314
HRESULT IAccessible.
Interface
.get_accKeyboardShortcut(VARIANT varChild, BSTR* pszKeyboardShortcut) => HRESULT.E_NOTIMPL;
315
HRESULT IAccessible.
Interface
.get_accSelection(VARIANT* pvarChildren) => HRESULT.E_NOTIMPL;
316
HRESULT IAccessible.
Interface
.get_accDefaultAction(VARIANT varChild, BSTR* pszDefaultAction) => HRESULT.E_NOTIMPL;
317
HRESULT IAccessible.
Interface
.accSelect(int flagsSelect, VARIANT varChild) => HRESULT.E_NOTIMPL;
318
HRESULT IAccessible.
Interface
.accLocation(int* pxLeft, int* pyTop, int* pcxWidth, int* pcyHeight, VARIANT varChild) => HRESULT.E_NOTIMPL;
319
HRESULT IAccessible.
Interface
.accNavigate(int navDir, VARIANT varStart, VARIANT* pvarEndUpAt) => HRESULT.E_NOTIMPL;
320
HRESULT IAccessible.
Interface
.accHitTest(int xLeft, int yTop, VARIANT* pvarChild) => HRESULT.E_NOTIMPL;
321
HRESULT IAccessible.
Interface
.accDoDefaultAction(VARIANT varChild) => HRESULT.E_NOTIMPL;
322
HRESULT IAccessible.
Interface
.put_accName(VARIANT varChild, BSTR szName) => HRESULT.E_NOTIMPL;
323
HRESULT IAccessible.
Interface
.put_accValue(VARIANT varChild, BSTR szValue) => HRESULT.E_NOTIMPL;