25 references to IUIAutomationFocusChangedEventHandler
System.Windows.Forms.Primitives (25)
Windows.Win32.IUIAutomation.g.cs (10)
1474 private static winmdroot.Foundation.HRESULT AddFocusChangedEventHandler(IUIAutomation* pThis, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationFocusChangedEventHandler* handler) 1507 public unsafe void AddFocusChangedEventHandler(winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationFocusChangedEventHandler* handler) 1509 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationFocusChangedEventHandler* ,winmdroot.Foundation.HRESULT>)lpVtbl[39])((IUIAutomation*)Unsafe.AsPointer(ref this), cacheRequest, handler).ThrowOnFailure(); 1515 private static winmdroot.Foundation.HRESULT RemoveFocusChangedEventHandler(IUIAutomation* pThis, winmdroot.UI.Accessibility.IUIAutomationFocusChangedEventHandler* handler) 1544 public unsafe void RemoveFocusChangedEventHandler(winmdroot.UI.Accessibility.IUIAutomationFocusChangedEventHandler* handler) 1546 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationFocusChangedEventHandler* ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((IUIAutomation*)Unsafe.AsPointer(ref this), handler).ThrowOnFailure(); 2346 internal delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationFocusChangedEventHandler* ,winmdroot.Foundation.HRESULT> AddFocusChangedEventHandler_40; 2348 internal delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationFocusChangedEventHandler* ,winmdroot.Foundation.HRESULT> RemoveFocusChangedEventHandler_41; 2583 unsafe winmdroot.Foundation.HRESULT AddFocusChangedEventHandler(winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationFocusChangedEventHandler* handler); 2586 unsafe winmdroot.Foundation.HRESULT RemoveFocusChangedEventHandler(winmdroot.UI.Accessibility.IUIAutomationFocusChangedEventHandler* handler);
Windows.Win32.IUIAutomationFocusChangedEventHandler.g.cs (15)
26 :IVTable<IUIAutomationFocusChangedEventHandler,IUIAutomationFocusChangedEventHandler.Vtbl>,IComIID { 42 return ((delegate *unmanaged [Stdcall]<IUIAutomationFocusChangedEventHandler*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IUIAutomationFocusChangedEventHandler*)Unsafe.AsPointer(ref this), riid, ppvObject); 47 return ((delegate *unmanaged [Stdcall]<IUIAutomationFocusChangedEventHandler*,uint>)lpVtbl[1])((IUIAutomationFocusChangedEventHandler*)Unsafe.AsPointer(ref this)); 52 return ((delegate *unmanaged [Stdcall]<IUIAutomationFocusChangedEventHandler*,uint>)lpVtbl[2])((IUIAutomationFocusChangedEventHandler*)Unsafe.AsPointer(ref this)); 58 private static winmdroot.Foundation.HRESULT HandleFocusChangedEvent(IUIAutomationFocusChangedEventHandler* pThis, winmdroot.UI.Accessibility.IUIAutomationElement* sender) 90 ((delegate *unmanaged [Stdcall]<IUIAutomationFocusChangedEventHandler*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IUIAutomationFocusChangedEventHandler*)Unsafe.AsPointer(ref this), sender).ThrowOnFailure(); 114 internal delegate *unmanaged [Stdcall]<IUIAutomationFocusChangedEventHandler*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 116 internal delegate *unmanaged [Stdcall]<IUIAutomationFocusChangedEventHandler*,uint> AddRef_2; 118 internal delegate *unmanaged [Stdcall]<IUIAutomationFocusChangedEventHandler*,uint> Release_3; 120 internal delegate *unmanaged [Stdcall]<IUIAutomationFocusChangedEventHandler*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.Foundation.HRESULT> HandleFocusChangedEvent_4;