93 references to ILegacyIAccessibleProvider
System.Windows.Forms (16)
System\Windows\Forms\Accessibility\AccessibleObject.cs (16)
44ILegacyIAccessibleProvider.Interface, 74ILegacyIAccessibleProvider, 1129HRESULT ILegacyIAccessibleProvider.Interface.Select(int flagsSelect) 1135HRESULT ILegacyIAccessibleProvider.Interface.DoDefaultAction() 1141HRESULT ILegacyIAccessibleProvider.Interface.SetValue(PCWSTR szValue) 1147HRESULT ILegacyIAccessibleProvider.Interface.GetIAccessible(UIA.IAccessible** ppAccessible) 1173HRESULT ILegacyIAccessibleProvider.Interface.get_ChildId(int* pRetVal) 1184HRESULT ILegacyIAccessibleProvider.Interface.get_Name(BSTR* pszName) 1197HRESULT ILegacyIAccessibleProvider.Interface.get_Value(BSTR* pszValue) 1212HRESULT ILegacyIAccessibleProvider.Interface.get_Description(BSTR* pszDescription) 1225HRESULT ILegacyIAccessibleProvider.Interface.get_Role(uint* pdwRole) 1236HRESULT ILegacyIAccessibleProvider.Interface.get_State(uint* pdwState) 1247HRESULT ILegacyIAccessibleProvider.Interface.get_Help(BSTR* pszHelp) 1260HRESULT ILegacyIAccessibleProvider.Interface.get_KeyboardShortcut(BSTR* pszKeyboardShortcut) 1271HRESULT ILegacyIAccessibleProvider.Interface.GetSelection(SAFEARRAY** pvarSelectedChildren) 1294HRESULT ILegacyIAccessibleProvider.Interface.get_DefaultAction(BSTR* pszDefaultAction)
System.Windows.Forms.Primitives (77)
Windows.Win32.ILegacyIAccessibleProvider.g.cs (67)
26 :IVTable<ILegacyIAccessibleProvider,ILegacyIAccessibleProvider.Vtbl>,IComIID { 42 return ((delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((ILegacyIAccessibleProvider*)Unsafe.AsPointer(ref this), riid, ppvObject); 47 return ((delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,uint>)lpVtbl[1])((ILegacyIAccessibleProvider*)Unsafe.AsPointer(ref this)); 52 return ((delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,uint>)lpVtbl[2])((ILegacyIAccessibleProvider*)Unsafe.AsPointer(ref this)); 58 private static winmdroot.Foundation.HRESULT Select(ILegacyIAccessibleProvider* pThis, int flagsSelect) 88 ((delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((ILegacyIAccessibleProvider*)Unsafe.AsPointer(ref this), flagsSelect).ThrowOnFailure(); 94 private static winmdroot.Foundation.HRESULT DoDefaultAction(ILegacyIAccessibleProvider* pThis) 120 ((delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,winmdroot.Foundation.HRESULT>)lpVtbl[4])((ILegacyIAccessibleProvider*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 135 private static winmdroot.Foundation.HRESULT SetValue(ILegacyIAccessibleProvider* pThis, winmdroot.Foundation.PCWSTR szValue) 165 ((delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((ILegacyIAccessibleProvider*)Unsafe.AsPointer(ref this), szValue).ThrowOnFailure(); 171 private static winmdroot.Foundation.HRESULT GetIAccessible(ILegacyIAccessibleProvider* pThis, winmdroot.UI.Accessibility.IAccessible** ppAccessible) 198 ((delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,winmdroot.UI.Accessibility.IAccessible** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((ILegacyIAccessibleProvider*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 215 private static winmdroot.Foundation.HRESULT get_ChildId(ILegacyIAccessibleProvider* pThis, int* pRetVal) 238 return ((delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((ILegacyIAccessibleProvider*)Unsafe.AsPointer(ref this), pRetVal); 244 private static winmdroot.Foundation.HRESULT get_Name(ILegacyIAccessibleProvider* pThis, winmdroot.Foundation.BSTR* pszName) 267 return ((delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((ILegacyIAccessibleProvider*)Unsafe.AsPointer(ref this), pszName); 273 private static winmdroot.Foundation.HRESULT get_Value(ILegacyIAccessibleProvider* pThis, winmdroot.Foundation.BSTR* pszValue) 296 return ((delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((ILegacyIAccessibleProvider*)Unsafe.AsPointer(ref this), pszValue); 302 private static winmdroot.Foundation.HRESULT get_Description(ILegacyIAccessibleProvider* pThis, winmdroot.Foundation.BSTR* pszDescription) 325 return ((delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((ILegacyIAccessibleProvider*)Unsafe.AsPointer(ref this), pszDescription); 341 private static winmdroot.Foundation.HRESULT get_Role(ILegacyIAccessibleProvider* pThis, uint* pdwRole) 364 return ((delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((ILegacyIAccessibleProvider*)Unsafe.AsPointer(ref this), pdwRole); 380 private static winmdroot.Foundation.HRESULT get_State(ILegacyIAccessibleProvider* pThis, uint* pdwState) 403 return ((delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((ILegacyIAccessibleProvider*)Unsafe.AsPointer(ref this), pdwState); 409 private static winmdroot.Foundation.HRESULT get_Help(ILegacyIAccessibleProvider* pThis, winmdroot.Foundation.BSTR* pszHelp) 432 return ((delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((ILegacyIAccessibleProvider*)Unsafe.AsPointer(ref this), pszHelp); 438 private static winmdroot.Foundation.HRESULT get_KeyboardShortcut(ILegacyIAccessibleProvider* pThis, winmdroot.Foundation.BSTR* pszKeyboardShortcut) 461 return ((delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((ILegacyIAccessibleProvider*)Unsafe.AsPointer(ref this), pszKeyboardShortcut); 467 private static winmdroot.Foundation.HRESULT GetSelection(ILegacyIAccessibleProvider* pThis, winmdroot.System.Com.SAFEARRAY** pvarSelectedChildren) 494 ((delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,winmdroot.System.Com.SAFEARRAY** ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((ILegacyIAccessibleProvider*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 501 private static winmdroot.Foundation.HRESULT get_DefaultAction(ILegacyIAccessibleProvider* pThis, winmdroot.Foundation.BSTR* pszDefaultAction) 524 return ((delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((ILegacyIAccessibleProvider*)Unsafe.AsPointer(ref this), pszDefaultAction); 548 internal delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 550 internal delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,uint> AddRef_2; 552 internal delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,uint> Release_3; 554 internal delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,int ,winmdroot.Foundation.HRESULT> Select_4; 556 internal delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,winmdroot.Foundation.HRESULT> DoDefaultAction_5; 558 internal delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> SetValue_6; 560 internal delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,winmdroot.UI.Accessibility.IAccessible** ,winmdroot.Foundation.HRESULT> GetIAccessible_7; 562 internal delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,int* ,winmdroot.Foundation.HRESULT> get_ChildId_8; 564 internal delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_Name_9; 566 internal delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_Value_10; 568 internal delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_Description_11; 570 internal delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,uint* ,winmdroot.Foundation.HRESULT> get_Role_12; 572 internal delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,uint* ,winmdroot.Foundation.HRESULT> get_State_13; 574 internal delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_Help_14; 576 internal delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_KeyboardShortcut_15; 578 internal delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,winmdroot.System.Com.SAFEARRAY** ,winmdroot.Foundation.HRESULT> GetSelection_16; 580 internal delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_DefaultAction_17;
Windows.Win32.UI_Accessibility_ILegacyIAccessibleProvider_Extensions.g.cs (10)
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_Role(uint*)"/> 44 internal static unsafe winmdroot.Foundation.HRESULT get_Role(this winmdroot.UI.Accessibility.ILegacyIAccessibleProvider.Interface @this, out uint pdwRole) 53 /// <inheritdoc cref="winmdroot.UI.Accessibility.ILegacyIAccessibleProvider.Interface.get_State(uint*)"/> 54 internal static unsafe winmdroot.Foundation.HRESULT get_State(this winmdroot.UI.Accessibility.ILegacyIAccessibleProvider.Interface @this, out uint pdwState) 63 /// <inheritdoc cref="winmdroot.UI.Accessibility.ILegacyIAccessibleProvider.Interface.GetSelection(winmdroot.System.Com.SAFEARRAY**)"/> 64 internal static unsafe winmdroot.Foundation.HRESULT GetSelection(this winmdroot.UI.Accessibility.ILegacyIAccessibleProvider.Interface @this, out winmdroot.System.Com.SAFEARRAY* pvarSelectedChildren)