9 references to UiaCoreProviderApi
UIAutomationProvider (9)
System\Windows\Automation\Provider\AutomationInteropProvider.cs (9)
59return UiaCoreProviderApi.UiaHostProviderFromHwnd(hwnd); 75return UiaCoreProviderApi.UiaReturnRawElementProvider(hwnd, wParam, lParam, el); 85return UiaCoreProviderApi.UiaClientsAreListening(); 99UiaCoreProviderApi.UiaRaiseAutomationPropertyChangedEvent(element, e.Property.Id, e.OldValue, e.NewValue); 121UiaCoreProviderApi.UiaRaiseAsyncContentLoadedEvent(provider, asyncArgs.AsyncContentLoadedState, asyncArgs.PercentComplete); 131UiaCoreProviderApi.UiaRaiseNotificationEvent(provider, 145UiaCoreProviderApi.UiaRaiseActiveTextPositionChangedEvent(provider, activeTextPositionChangedArgs.TextRange); 153UiaCoreProviderApi.UiaRaiseAutomationEvent(provider, eventId.Id); 166UiaCoreProviderApi.UiaRaiseStructureChangedEvent(provider, e.StructureChangeType, e.GetRuntimeId());