25 references to IUIAutomationEventHandler
System.Windows.Forms.Primitives (25)
Windows.Win32.IUIAutomation.g.cs (10)
1146 private static winmdroot.Foundation.HRESULT AddAutomationEventHandler(IUIAutomation* pThis, winmdroot.UI.Accessibility.UIA_EVENT_ID eventId, winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.TreeScope scope, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationEventHandler* handler) 1184 public unsafe void AddAutomationEventHandler(winmdroot.UI.Accessibility.UIA_EVENT_ID eventId, winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.TreeScope scope, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationEventHandler* handler) 1186 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.UIA_EVENT_ID ,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.TreeScope ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationEventHandler* ,winmdroot.Foundation.HRESULT>)lpVtbl[32])((IUIAutomation*)Unsafe.AsPointer(ref this), eventId, element, scope, cacheRequest, handler).ThrowOnFailure(); 1192 private static winmdroot.Foundation.HRESULT RemoveAutomationEventHandler(IUIAutomation* pThis, winmdroot.UI.Accessibility.UIA_EVENT_ID eventId, winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.IUIAutomationEventHandler* handler) 1229 public unsafe void RemoveAutomationEventHandler(winmdroot.UI.Accessibility.UIA_EVENT_ID eventId, winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.IUIAutomationEventHandler* handler) 1231 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.UIA_EVENT_ID ,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.IUIAutomationEventHandler* ,winmdroot.Foundation.HRESULT>)lpVtbl[33])((IUIAutomation*)Unsafe.AsPointer(ref this), eventId, element, handler).ThrowOnFailure(); 2332 internal delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.UIA_EVENT_ID ,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.TreeScope ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationEventHandler* ,winmdroot.Foundation.HRESULT> AddAutomationEventHandler_33; 2334 internal delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.UIA_EVENT_ID ,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.IUIAutomationEventHandler* ,winmdroot.Foundation.HRESULT> RemoveAutomationEventHandler_34; 2562 unsafe winmdroot.Foundation.HRESULT AddAutomationEventHandler(winmdroot.UI.Accessibility.UIA_EVENT_ID eventId, winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.TreeScope scope, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationEventHandler* handler); 2565 unsafe winmdroot.Foundation.HRESULT RemoveAutomationEventHandler(winmdroot.UI.Accessibility.UIA_EVENT_ID eventId, winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.IUIAutomationEventHandler* handler);
Windows.Win32.IUIAutomationEventHandler.g.cs (15)
26 :IVTable<IUIAutomationEventHandler,IUIAutomationEventHandler.Vtbl>,IComIID { 42 return ((delegate *unmanaged [Stdcall]<IUIAutomationEventHandler*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IUIAutomationEventHandler*)Unsafe.AsPointer(ref this), riid, ppvObject); 47 return ((delegate *unmanaged [Stdcall]<IUIAutomationEventHandler*,uint>)lpVtbl[1])((IUIAutomationEventHandler*)Unsafe.AsPointer(ref this)); 52 return ((delegate *unmanaged [Stdcall]<IUIAutomationEventHandler*,uint>)lpVtbl[2])((IUIAutomationEventHandler*)Unsafe.AsPointer(ref this)); 58 private static winmdroot.Foundation.HRESULT HandleAutomationEvent(IUIAutomationEventHandler* pThis, winmdroot.UI.Accessibility.IUIAutomationElement* sender, winmdroot.UI.Accessibility.UIA_EVENT_ID eventId) 94 ((delegate *unmanaged [Stdcall]<IUIAutomationEventHandler*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.UIA_EVENT_ID ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IUIAutomationEventHandler*)Unsafe.AsPointer(ref this), sender, eventId).ThrowOnFailure(); 118 internal delegate *unmanaged [Stdcall]<IUIAutomationEventHandler*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 120 internal delegate *unmanaged [Stdcall]<IUIAutomationEventHandler*,uint> AddRef_2; 122 internal delegate *unmanaged [Stdcall]<IUIAutomationEventHandler*,uint> Release_3; 124 internal delegate *unmanaged [Stdcall]<IUIAutomationEventHandler*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.UIA_EVENT_ID ,winmdroot.Foundation.HRESULT> HandleAutomationEvent_4;