1 implementation of Interface
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
44
ILegacyIAccessibleProvider.
Interface
,
50 references to Interface
System.Windows.Forms (14)
System\Windows\Forms\Accessibility\AccessibleObject.cs (14)
1129
HRESULT ILegacyIAccessibleProvider.
Interface
.Select(int flagsSelect)
1135
HRESULT ILegacyIAccessibleProvider.
Interface
.DoDefaultAction()
1141
HRESULT ILegacyIAccessibleProvider.
Interface
.SetValue(PCWSTR szValue)
1147
HRESULT ILegacyIAccessibleProvider.
Interface
.GetIAccessible(UIA.IAccessible** ppAccessible)
1173
HRESULT ILegacyIAccessibleProvider.
Interface
.get_ChildId(int* pRetVal)
1184
HRESULT ILegacyIAccessibleProvider.
Interface
.get_Name(BSTR* pszName)
1197
HRESULT ILegacyIAccessibleProvider.
Interface
.get_Value(BSTR* pszValue)
1212
HRESULT ILegacyIAccessibleProvider.
Interface
.get_Description(BSTR* pszDescription)
1225
HRESULT ILegacyIAccessibleProvider.
Interface
.get_Role(uint* pdwRole)
1236
HRESULT ILegacyIAccessibleProvider.
Interface
.get_State(uint* pdwState)
1247
HRESULT ILegacyIAccessibleProvider.
Interface
.get_Help(BSTR* pszHelp)
1260
HRESULT ILegacyIAccessibleProvider.
Interface
.get_KeyboardShortcut(BSTR* pszKeyboardShortcut)
1271
HRESULT ILegacyIAccessibleProvider.
Interface
.GetSelection(SAFEARRAY** pvarSelectedChildren)
1294
HRESULT ILegacyIAccessibleProvider.
Interface
.get_DefaultAction(BSTR* pszDefaultAction)
System.Windows.Forms.Primitives (36)
_generated\180\Windows.Win32.ILegacyIAccessibleProvider.g.cs (14)
64
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
100
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
142
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
178
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
223
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
263
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
303
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
343
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
383
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
423
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
463
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
503
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
532
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
577
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
_generated\569\Windows.Win32.UI_Accessibility_ILegacyIAccessibleProvider_Extensions.g.cs (22)
23
/// <inheritdoc cref="winmdroot.UI.Accessibility.ILegacyIAccessibleProvider.
Interface
.SetValue(winmdroot.Foundation.PCWSTR)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT SetValue(this winmdroot.UI.Accessibility.ILegacyIAccessibleProvider.
Interface
@this, string szValue)
33
/// <inheritdoc cref="winmdroot.UI.Accessibility.ILegacyIAccessibleProvider.
Interface
.get_ChildId(int*)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT get_ChildId(this winmdroot.UI.Accessibility.ILegacyIAccessibleProvider.
Interface
@this, out int pRetVal)
43
/// <inheritdoc cref="winmdroot.UI.Accessibility.ILegacyIAccessibleProvider.
Interface
.get_Name(winmdroot.Foundation.BSTR*)"/>
44
internal static unsafe winmdroot.Foundation.HRESULT get_Name(this winmdroot.UI.Accessibility.ILegacyIAccessibleProvider.
Interface
@this, out winmdroot.Foundation.BSTR pszName)
53
/// <inheritdoc cref="winmdroot.UI.Accessibility.ILegacyIAccessibleProvider.
Interface
.get_Value(winmdroot.Foundation.BSTR*)"/>
54
internal static unsafe winmdroot.Foundation.HRESULT get_Value(this winmdroot.UI.Accessibility.ILegacyIAccessibleProvider.
Interface
@this, out winmdroot.Foundation.BSTR pszValue)
63
/// <inheritdoc cref="winmdroot.UI.Accessibility.ILegacyIAccessibleProvider.
Interface
.get_Description(winmdroot.Foundation.BSTR*)"/>
64
internal static unsafe winmdroot.Foundation.HRESULT get_Description(this winmdroot.UI.Accessibility.ILegacyIAccessibleProvider.
Interface
@this, out winmdroot.Foundation.BSTR pszDescription)
73
/// <inheritdoc cref="winmdroot.UI.Accessibility.ILegacyIAccessibleProvider.
Interface
.get_Role(uint*)"/>
74
internal static unsafe winmdroot.Foundation.HRESULT get_Role(this winmdroot.UI.Accessibility.ILegacyIAccessibleProvider.
Interface
@this, out uint pdwRole)
83
/// <inheritdoc cref="winmdroot.UI.Accessibility.ILegacyIAccessibleProvider.
Interface
.get_State(uint*)"/>
84
internal static unsafe winmdroot.Foundation.HRESULT get_State(this winmdroot.UI.Accessibility.ILegacyIAccessibleProvider.
Interface
@this, out uint pdwState)
93
/// <inheritdoc cref="winmdroot.UI.Accessibility.ILegacyIAccessibleProvider.
Interface
.get_Help(winmdroot.Foundation.BSTR*)"/>
94
internal static unsafe winmdroot.Foundation.HRESULT get_Help(this winmdroot.UI.Accessibility.ILegacyIAccessibleProvider.
Interface
@this, out winmdroot.Foundation.BSTR pszHelp)
103
/// <inheritdoc cref="winmdroot.UI.Accessibility.ILegacyIAccessibleProvider.
Interface
.get_KeyboardShortcut(winmdroot.Foundation.BSTR*)"/>
104
internal static unsafe winmdroot.Foundation.HRESULT get_KeyboardShortcut(this winmdroot.UI.Accessibility.ILegacyIAccessibleProvider.
Interface
@this, out winmdroot.Foundation.BSTR pszKeyboardShortcut)
113
/// <inheritdoc cref="winmdroot.UI.Accessibility.ILegacyIAccessibleProvider.
Interface
.GetSelection(winmdroot.System.Com.SAFEARRAY**)"/>
114
internal static unsafe winmdroot.Foundation.HRESULT GetSelection(this winmdroot.UI.Accessibility.ILegacyIAccessibleProvider.
Interface
@this, out winmdroot.System.Com.SAFEARRAY* pvarSelectedChildren)
123
/// <inheritdoc cref="winmdroot.UI.Accessibility.ILegacyIAccessibleProvider.
Interface
.get_DefaultAction(winmdroot.Foundation.BSTR*)"/>
124
internal static unsafe winmdroot.Foundation.HRESULT get_DefaultAction(this winmdroot.UI.Accessibility.ILegacyIAccessibleProvider.
Interface
@this, out winmdroot.Foundation.BSTR pszDefaultAction)