3 references to AddPropertyChangedEventHandlerNativeArray
System.Windows.Forms.Primitives (3)
Windows.Win32.IUIAutomation.g.cs (1)
1255
return __object.
AddPropertyChangedEventHandlerNativeArray
(element, scope, cacheRequest, handler, propertyArray, propertyCount);
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)"/>
48
winmdroot.Foundation.HRESULT __result = @this.
AddPropertyChangedEventHandlerNativeArray
(element, scope, cacheRequest, handler, propertyArrayLocal, propertyArray.Length);