160 references to IUIAutomationCacheRequest
System.Windows.Forms.Primitives (160)
_generated\261\Windows.Win32.IUIAutomation.g.cs (59)
287 private static winmdroot.Foundation.HRESULT GetRootElementBuildCache(IUIAutomation* pThis, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationElement** root) 316 public unsafe winmdroot.UI.Accessibility.IUIAutomationElement* GetRootElementBuildCache(winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest) 319 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IUIAutomation*)Unsafe.AsPointer(ref this), cacheRequest, &__retVal).ThrowOnFailure(); 326 private static winmdroot.Foundation.HRESULT ElementFromHandleBuildCache(IUIAutomation* pThis, winmdroot.Foundation.HWND hwnd, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationElement** element) 358 public unsafe winmdroot.UI.Accessibility.IUIAutomationElement* ElementFromHandleBuildCache(winmdroot.Foundation.HWND hwnd, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest) 361 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.Foundation.HWND ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IUIAutomation*)Unsafe.AsPointer(ref this), hwnd, cacheRequest, &__retVal).ThrowOnFailure(); 368 private static winmdroot.Foundation.HRESULT ElementFromPointBuildCache(IUIAutomation* pThis, global::System.Drawing.Point pt, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationElement** element) 400 public unsafe winmdroot.UI.Accessibility.IUIAutomationElement* ElementFromPointBuildCache(global::System.Drawing.Point pt, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest) 403 ((delegate *unmanaged [Stdcall]<IUIAutomation*,global::System.Drawing.Point ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IUIAutomation*)Unsafe.AsPointer(ref this), pt, cacheRequest, &__retVal).ThrowOnFailure(); 410 private static winmdroot.Foundation.HRESULT GetFocusedElementBuildCache(IUIAutomation* pThis, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationElement** element) 438 public unsafe winmdroot.UI.Accessibility.IUIAutomationElement* GetFocusedElementBuildCache(winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest) 441 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IUIAutomation*)Unsafe.AsPointer(ref this), cacheRequest, &__retVal).ThrowOnFailure(); 694 private static winmdroot.Foundation.HRESULT CreateCacheRequest(IUIAutomation* pThis, winmdroot.UI.Accessibility.IUIAutomationCacheRequest** cacheRequest) 716 public unsafe winmdroot.UI.Accessibility.IUIAutomationCacheRequest* CreateCacheRequest() 718 winmdroot.UI.Accessibility.IUIAutomationCacheRequest* __retVal = default(winmdroot.UI.Accessibility.IUIAutomationCacheRequest*); 719 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationCacheRequest** ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IUIAutomation*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 1148 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) 1186 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) 1188 ((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(); 1236 /// <inheritdoc cref="AddPropertyChangedEventHandlerNativeArray(winmdroot.UI.Accessibility.IUIAutomationElement*, winmdroot.UI.Accessibility.TreeScope, winmdroot.UI.Accessibility.IUIAutomationCacheRequest*, winmdroot.UI.Accessibility.IUIAutomationPropertyChangedEventHandler*, winmdroot.UI.Accessibility.UIA_PROPERTY_ID*, int)"/> 1237 internal unsafe void AddPropertyChangedEventHandlerNativeArray(winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.TreeScope scope, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationPropertyChangedEventHandler* handler, ReadOnlySpan<winmdroot.UI.Accessibility.UIA_PROPERTY_ID> propertyArray) 1248 private static winmdroot.Foundation.HRESULT AddPropertyChangedEventHandlerNativeArray(IUIAutomation* pThis, winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.TreeScope scope, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationPropertyChangedEventHandler* handler, winmdroot.UI.Accessibility.UIA_PROPERTY_ID* propertyArray, int propertyCount) 1294 public unsafe void AddPropertyChangedEventHandlerNativeArray(winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.TreeScope scope, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationPropertyChangedEventHandler* handler, winmdroot.UI.Accessibility.UIA_PROPERTY_ID* propertyArray, int propertyCount) 1296 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.TreeScope ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationPropertyChangedEventHandler* ,winmdroot.UI.Accessibility.UIA_PROPERTY_ID* ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((IUIAutomation*)Unsafe.AsPointer(ref this), element, scope, cacheRequest, handler, propertyArray, propertyCount).ThrowOnFailure(); 1302 private static winmdroot.Foundation.HRESULT AddPropertyChangedEventHandler(IUIAutomation* pThis, winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.TreeScope scope, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationPropertyChangedEventHandler* handler, winmdroot.System.Com.SAFEARRAY* propertyArray) 1344 public unsafe void AddPropertyChangedEventHandler(winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.TreeScope scope, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationPropertyChangedEventHandler* handler, winmdroot.System.Com.SAFEARRAY* propertyArray) 1346 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.TreeScope ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationPropertyChangedEventHandler* ,winmdroot.System.Com.SAFEARRAY* ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((IUIAutomation*)Unsafe.AsPointer(ref this), element, scope, cacheRequest, handler, propertyArray).ThrowOnFailure(); 1393 private static winmdroot.Foundation.HRESULT AddStructureChangedEventHandler(IUIAutomation* pThis, winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.TreeScope scope, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationStructureChangedEventHandler* handler) 1427 public unsafe void AddStructureChangedEventHandler(winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.TreeScope scope, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationStructureChangedEventHandler* handler) 1429 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.TreeScope ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationStructureChangedEventHandler* ,winmdroot.Foundation.HRESULT>)lpVtbl[37])((IUIAutomation*)Unsafe.AsPointer(ref this), element, scope, cacheRequest, handler).ThrowOnFailure(); 1476 private static winmdroot.Foundation.HRESULT AddFocusChangedEventHandler(IUIAutomation* pThis, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationFocusChangedEventHandler* handler) 1509 public unsafe void AddFocusChangedEventHandler(winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationFocusChangedEventHandler* handler) 1511 ((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(); 2207 private static winmdroot.Foundation.HRESULT ElementFromIAccessibleBuildCache(IUIAutomation* pThis, winmdroot.UI.Accessibility.IAccessible* accessible, int childId, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationElement** element) 2244 public unsafe winmdroot.UI.Accessibility.IUIAutomationElement* ElementFromIAccessibleBuildCache(winmdroot.UI.Accessibility.IAccessible* accessible, int childId, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest) 2247 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IAccessible* ,int ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[57])((IUIAutomation*)Unsafe.AsPointer(ref this), accessible, childId, cacheRequest, &__retVal).ThrowOnFailure(); 2292 internal delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT> GetRootElementBuildCache_10; 2294 internal delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.Foundation.HWND ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT> ElementFromHandleBuildCache_11; 2296 internal delegate *unmanaged [Stdcall]<IUIAutomation*,global::System.Drawing.Point ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT> ElementFromPointBuildCache_12; 2298 internal delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT> GetFocusedElementBuildCache_13; 2314 internal delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationCacheRequest** ,winmdroot.Foundation.HRESULT> CreateCacheRequest_21; 2338 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; 2342 internal delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.TreeScope ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationPropertyChangedEventHandler* ,winmdroot.UI.Accessibility.UIA_PROPERTY_ID* ,int ,winmdroot.Foundation.HRESULT> AddPropertyChangedEventHandlerNativeArray_35; 2344 internal delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.TreeScope ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationPropertyChangedEventHandler* ,winmdroot.System.Com.SAFEARRAY* ,winmdroot.Foundation.HRESULT> AddPropertyChangedEventHandler_36; 2348 internal delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.TreeScope ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationStructureChangedEventHandler* ,winmdroot.Foundation.HRESULT> AddStructureChangedEventHandler_38; 2352 internal delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationFocusChangedEventHandler* ,winmdroot.Foundation.HRESULT> AddFocusChangedEventHandler_40; 2388 internal delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IAccessible* ,int ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT> ElementFromIAccessibleBuildCache_58; 2487 unsafe winmdroot.Foundation.HRESULT GetRootElementBuildCache(winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationElement** root); 2490 unsafe winmdroot.Foundation.HRESULT ElementFromHandleBuildCache(winmdroot.Foundation.HWND hwnd, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationElement** element); 2493 unsafe winmdroot.Foundation.HRESULT ElementFromPointBuildCache(global::System.Drawing.Point pt, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationElement** element); 2496 unsafe winmdroot.Foundation.HRESULT GetFocusedElementBuildCache(winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationElement** element); 2532 unsafe winmdroot.Foundation.HRESULT CreateCacheRequest(winmdroot.UI.Accessibility.IUIAutomationCacheRequest** cacheRequest); 2568 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); 2574 unsafe winmdroot.Foundation.HRESULT AddPropertyChangedEventHandlerNativeArray(winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.TreeScope scope, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationPropertyChangedEventHandler* handler, winmdroot.UI.Accessibility.UIA_PROPERTY_ID* propertyArray, int propertyCount); 2577 unsafe winmdroot.Foundation.HRESULT AddPropertyChangedEventHandler(winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.TreeScope scope, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationPropertyChangedEventHandler* handler, winmdroot.System.Com.SAFEARRAY* propertyArray); 2583 unsafe winmdroot.Foundation.HRESULT AddStructureChangedEventHandler(winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.TreeScope scope, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationStructureChangedEventHandler* handler); 2589 unsafe winmdroot.Foundation.HRESULT AddFocusChangedEventHandler(winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationFocusChangedEventHandler* handler); 2649 unsafe winmdroot.Foundation.HRESULT ElementFromIAccessibleBuildCache(winmdroot.UI.Accessibility.IAccessible* accessible, int childId, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationElement** element);
_generated\262\Windows.Win32.IUIAutomationCacheRequest.g.cs (54)
27 :winmdroot.IVTable<IUIAutomationCacheRequest,IUIAutomationCacheRequest.Vtbl>,IComIID { 44 return ((delegate *unmanaged [Stdcall]<IUIAutomationCacheRequest*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IUIAutomationCacheRequest*)Unsafe.AsPointer(ref this), riid, ppvObject); 49 return ((delegate *unmanaged [Stdcall]<IUIAutomationCacheRequest*,uint>)lpVtbl[1])((IUIAutomationCacheRequest*)Unsafe.AsPointer(ref this)); 54 return ((delegate *unmanaged [Stdcall]<IUIAutomationCacheRequest*,uint>)lpVtbl[2])((IUIAutomationCacheRequest*)Unsafe.AsPointer(ref this)); 60 private static winmdroot.Foundation.HRESULT AddProperty(IUIAutomationCacheRequest* pThis, winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId) 90 ((delegate *unmanaged [Stdcall]<IUIAutomationCacheRequest*,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IUIAutomationCacheRequest*)Unsafe.AsPointer(ref this), propertyId).ThrowOnFailure(); 96 private static winmdroot.Foundation.HRESULT AddPattern(IUIAutomationCacheRequest* pThis, winmdroot.UI.Accessibility.UIA_PATTERN_ID patternId) 124 ((delegate *unmanaged [Stdcall]<IUIAutomationCacheRequest*,winmdroot.UI.Accessibility.UIA_PATTERN_ID ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IUIAutomationCacheRequest*)Unsafe.AsPointer(ref this), patternId).ThrowOnFailure(); 130 private static winmdroot.Foundation.HRESULT Clone(IUIAutomationCacheRequest* pThis, winmdroot.UI.Accessibility.IUIAutomationCacheRequest** clonedRequest) 154 public unsafe winmdroot.UI.Accessibility.IUIAutomationCacheRequest* Clone() 156 winmdroot.UI.Accessibility.IUIAutomationCacheRequest* __retVal = default(winmdroot.UI.Accessibility.IUIAutomationCacheRequest*); 157 ((delegate *unmanaged [Stdcall]<IUIAutomationCacheRequest*,winmdroot.UI.Accessibility.IUIAutomationCacheRequest** ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IUIAutomationCacheRequest*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 164 private static winmdroot.Foundation.HRESULT get_TreeScope(IUIAutomationCacheRequest* pThis, winmdroot.UI.Accessibility.TreeScope* scope) 189 ((delegate *unmanaged [Stdcall]<IUIAutomationCacheRequest*,winmdroot.UI.Accessibility.TreeScope* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IUIAutomationCacheRequest*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 194 ((delegate *unmanaged [Stdcall]<IUIAutomationCacheRequest*,winmdroot.UI.Accessibility.TreeScope ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IUIAutomationCacheRequest*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 201 private static winmdroot.Foundation.HRESULT put_TreeScope(IUIAutomationCacheRequest* pThis, winmdroot.UI.Accessibility.TreeScope scope) 222 private static winmdroot.Foundation.HRESULT get_TreeFilter(IUIAutomationCacheRequest* pThis, winmdroot.UI.Accessibility.IUIAutomationCondition** filter) 249 ((delegate *unmanaged [Stdcall]<IUIAutomationCacheRequest*,winmdroot.UI.Accessibility.IUIAutomationCondition** ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IUIAutomationCacheRequest*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 254 ((delegate *unmanaged [Stdcall]<IUIAutomationCacheRequest*,winmdroot.UI.Accessibility.IUIAutomationCondition* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IUIAutomationCacheRequest*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 261 private static winmdroot.Foundation.HRESULT put_TreeFilter(IUIAutomationCacheRequest* pThis, winmdroot.UI.Accessibility.IUIAutomationCondition* filter) 282 private static winmdroot.Foundation.HRESULT get_AutomationElementMode(IUIAutomationCacheRequest* pThis, winmdroot.UI.Accessibility.AutomationElementMode* mode) 310 ((delegate *unmanaged [Stdcall]<IUIAutomationCacheRequest*,winmdroot.UI.Accessibility.AutomationElementMode* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IUIAutomationCacheRequest*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 315 ((delegate *unmanaged [Stdcall]<IUIAutomationCacheRequest*,winmdroot.UI.Accessibility.AutomationElementMode ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IUIAutomationCacheRequest*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 322 private static winmdroot.Foundation.HRESULT put_AutomationElementMode(IUIAutomationCacheRequest* pThis, winmdroot.UI.Accessibility.AutomationElementMode mode) 363 internal delegate *unmanaged [Stdcall]<IUIAutomationCacheRequest*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 365 internal delegate *unmanaged [Stdcall]<IUIAutomationCacheRequest*,uint> AddRef_2; 367 internal delegate *unmanaged [Stdcall]<IUIAutomationCacheRequest*,uint> Release_3; 369 internal delegate *unmanaged [Stdcall]<IUIAutomationCacheRequest*,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.Foundation.HRESULT> AddProperty_4; 371 internal delegate *unmanaged [Stdcall]<IUIAutomationCacheRequest*,winmdroot.UI.Accessibility.UIA_PATTERN_ID ,winmdroot.Foundation.HRESULT> AddPattern_5; 373 internal delegate *unmanaged [Stdcall]<IUIAutomationCacheRequest*,winmdroot.UI.Accessibility.IUIAutomationCacheRequest** ,winmdroot.Foundation.HRESULT> Clone_6; 375 internal delegate *unmanaged [Stdcall]<IUIAutomationCacheRequest*,winmdroot.UI.Accessibility.TreeScope* ,winmdroot.Foundation.HRESULT> get_TreeScope_7; 377 internal delegate *unmanaged [Stdcall]<IUIAutomationCacheRequest*,winmdroot.UI.Accessibility.TreeScope ,winmdroot.Foundation.HRESULT> put_TreeScope_8; 379 internal delegate *unmanaged [Stdcall]<IUIAutomationCacheRequest*,winmdroot.UI.Accessibility.IUIAutomationCondition** ,winmdroot.Foundation.HRESULT> get_TreeFilter_9; 381 internal delegate *unmanaged [Stdcall]<IUIAutomationCacheRequest*,winmdroot.UI.Accessibility.IUIAutomationCondition* ,winmdroot.Foundation.HRESULT> put_TreeFilter_10; 383 internal delegate *unmanaged [Stdcall]<IUIAutomationCacheRequest*,winmdroot.UI.Accessibility.AutomationElementMode* ,winmdroot.Foundation.HRESULT> get_AutomationElementMode_11; 385 internal delegate *unmanaged [Stdcall]<IUIAutomationCacheRequest*,winmdroot.UI.Accessibility.AutomationElementMode ,winmdroot.Foundation.HRESULT> put_AutomationElementMode_12; 426 unsafe winmdroot.Foundation.HRESULT Clone(winmdroot.UI.Accessibility.IUIAutomationCacheRequest** clonedRequest);
_generated\264\Windows.Win32.IUIAutomationElement.g.cs (15)
205 private static winmdroot.Foundation.HRESULT FindFirstBuildCache(IUIAutomationElement* pThis, winmdroot.UI.Accessibility.TreeScope scope, winmdroot.UI.Accessibility.IUIAutomationCondition* condition, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationElement** found) 238 public unsafe winmdroot.UI.Accessibility.IUIAutomationElement* FindFirstBuildCache(winmdroot.UI.Accessibility.TreeScope scope, winmdroot.UI.Accessibility.IUIAutomationCondition* condition, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest) 241 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.TreeScope ,winmdroot.UI.Accessibility.IUIAutomationCondition* ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IUIAutomationElement*)Unsafe.AsPointer(ref this), scope, condition, cacheRequest, &__retVal).ThrowOnFailure(); 248 private static winmdroot.Foundation.HRESULT FindAllBuildCache(IUIAutomationElement* pThis, winmdroot.UI.Accessibility.TreeScope scope, winmdroot.UI.Accessibility.IUIAutomationCondition* condition, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationElementArray** found) 281 public unsafe winmdroot.UI.Accessibility.IUIAutomationElementArray* FindAllBuildCache(winmdroot.UI.Accessibility.TreeScope scope, winmdroot.UI.Accessibility.IUIAutomationCondition* condition, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest) 284 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.TreeScope ,winmdroot.UI.Accessibility.IUIAutomationCondition* ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElementArray** ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IUIAutomationElement*)Unsafe.AsPointer(ref this), scope, condition, cacheRequest, &__retVal).ThrowOnFailure(); 291 private static winmdroot.Foundation.HRESULT BuildUpdatedCache(IUIAutomationElement* pThis, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationElement** updatedElement) 317 public unsafe winmdroot.UI.Accessibility.IUIAutomationElement* BuildUpdatedCache(winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest) 320 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IUIAutomationElement*)Unsafe.AsPointer(ref this), cacheRequest, &__retVal).ThrowOnFailure(); 3030 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.TreeScope ,winmdroot.UI.Accessibility.IUIAutomationCondition* ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT> FindFirstBuildCache_8; 3032 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.TreeScope ,winmdroot.UI.Accessibility.IUIAutomationCondition* ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElementArray** ,winmdroot.Foundation.HRESULT> FindAllBuildCache_9; 3034 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT> BuildUpdatedCache_10; 3304 unsafe winmdroot.Foundation.HRESULT FindFirstBuildCache(winmdroot.UI.Accessibility.TreeScope scope, winmdroot.UI.Accessibility.IUIAutomationCondition* condition, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationElement** found); 3307 unsafe winmdroot.Foundation.HRESULT FindAllBuildCache(winmdroot.UI.Accessibility.TreeScope scope, winmdroot.UI.Accessibility.IUIAutomationCondition* condition, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationElementArray** found); 3310 unsafe winmdroot.Foundation.HRESULT BuildUpdatedCache(winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationElement** updatedElement);
_generated\273\Windows.Win32.IUIAutomationTreeWalker.g.cs (30)
291 private static winmdroot.Foundation.HRESULT GetParentElementBuildCache(IUIAutomationTreeWalker* pThis, winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationElement** parent) 321 public unsafe winmdroot.UI.Accessibility.IUIAutomationElement* GetParentElementBuildCache(winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest) 324 ((delegate *unmanaged [Stdcall]<IUIAutomationTreeWalker*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IUIAutomationTreeWalker*)Unsafe.AsPointer(ref this), element, cacheRequest, &__retVal).ThrowOnFailure(); 331 private static winmdroot.Foundation.HRESULT GetFirstChildElementBuildCache(IUIAutomationTreeWalker* pThis, winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationElement** first) 364 public unsafe winmdroot.UI.Accessibility.IUIAutomationElement* GetFirstChildElementBuildCache(winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest) 367 ((delegate *unmanaged [Stdcall]<IUIAutomationTreeWalker*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IUIAutomationTreeWalker*)Unsafe.AsPointer(ref this), element, cacheRequest, &__retVal).ThrowOnFailure(); 374 private static winmdroot.Foundation.HRESULT GetLastChildElementBuildCache(IUIAutomationTreeWalker* pThis, winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationElement** last) 407 public unsafe winmdroot.UI.Accessibility.IUIAutomationElement* GetLastChildElementBuildCache(winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest) 410 ((delegate *unmanaged [Stdcall]<IUIAutomationTreeWalker*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IUIAutomationTreeWalker*)Unsafe.AsPointer(ref this), element, cacheRequest, &__retVal).ThrowOnFailure(); 417 private static winmdroot.Foundation.HRESULT GetNextSiblingElementBuildCache(IUIAutomationTreeWalker* pThis, winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationElement** next) 450 public unsafe winmdroot.UI.Accessibility.IUIAutomationElement* GetNextSiblingElementBuildCache(winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest) 453 ((delegate *unmanaged [Stdcall]<IUIAutomationTreeWalker*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IUIAutomationTreeWalker*)Unsafe.AsPointer(ref this), element, cacheRequest, &__retVal).ThrowOnFailure(); 460 private static winmdroot.Foundation.HRESULT GetPreviousSiblingElementBuildCache(IUIAutomationTreeWalker* pThis, winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationElement** previous) 493 public unsafe winmdroot.UI.Accessibility.IUIAutomationElement* GetPreviousSiblingElementBuildCache(winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest) 496 ((delegate *unmanaged [Stdcall]<IUIAutomationTreeWalker*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IUIAutomationTreeWalker*)Unsafe.AsPointer(ref this), element, cacheRequest, &__retVal).ThrowOnFailure(); 503 private static winmdroot.Foundation.HRESULT NormalizeElementBuildCache(IUIAutomationTreeWalker* pThis, winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationElement** normalized) 537 public unsafe winmdroot.UI.Accessibility.IUIAutomationElement* NormalizeElementBuildCache(winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest) 540 ((delegate *unmanaged [Stdcall]<IUIAutomationTreeWalker*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IUIAutomationTreeWalker*)Unsafe.AsPointer(ref this), element, cacheRequest, &__retVal).ThrowOnFailure(); 620 internal delegate *unmanaged [Stdcall]<IUIAutomationTreeWalker*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT> GetParentElementBuildCache_10; 622 internal delegate *unmanaged [Stdcall]<IUIAutomationTreeWalker*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT> GetFirstChildElementBuildCache_11; 624 internal delegate *unmanaged [Stdcall]<IUIAutomationTreeWalker*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT> GetLastChildElementBuildCache_12; 626 internal delegate *unmanaged [Stdcall]<IUIAutomationTreeWalker*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT> GetNextSiblingElementBuildCache_13; 628 internal delegate *unmanaged [Stdcall]<IUIAutomationTreeWalker*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT> GetPreviousSiblingElementBuildCache_14; 630 internal delegate *unmanaged [Stdcall]<IUIAutomationTreeWalker*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT> NormalizeElementBuildCache_15; 689 unsafe winmdroot.Foundation.HRESULT GetParentElementBuildCache(winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationElement** parent); 692 unsafe winmdroot.Foundation.HRESULT GetFirstChildElementBuildCache(winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationElement** first); 695 unsafe winmdroot.Foundation.HRESULT GetLastChildElementBuildCache(winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationElement** last); 698 unsafe winmdroot.Foundation.HRESULT GetNextSiblingElementBuildCache(winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationElement** next); 701 unsafe winmdroot.Foundation.HRESULT GetPreviousSiblingElementBuildCache(winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationElement** previous); 704 unsafe winmdroot.Foundation.HRESULT NormalizeElementBuildCache(winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationElement** normalized);
_generated\585\Windows.Win32.UI_Accessibility_IUIAutomation_Extensions.g.cs (2)
43 /// <inheritdoc cref="winmdroot.UI.Accessibility.IUIAutomation.Interface.AddPropertyChangedEventHandlerNativeArray(winmdroot.UI.Accessibility.IUIAutomationElement*, winmdroot.UI.Accessibility.TreeScope, winmdroot.UI.Accessibility.IUIAutomationCacheRequest*, winmdroot.UI.Accessibility.IUIAutomationPropertyChangedEventHandler*, winmdroot.UI.Accessibility.UIA_PROPERTY_ID*, int)"/> 45 internal static unsafe winmdroot.Foundation.HRESULT AddPropertyChangedEventHandlerNativeArray(this winmdroot.UI.Accessibility.IUIAutomation.Interface @this, winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.TreeScope scope, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationPropertyChangedEventHandler* handler, ReadOnlySpan<winmdroot.UI.Accessibility.UIA_PROPERTY_ID> propertyArray)