9 references to UiaCoreProviderApi
UIAutomationProvider (9)
System\Windows\Automation\Provider\AutomationInteropProvider.cs (9)
63return UiaCoreProviderApi.UiaHostProviderFromHwnd(hwnd); 79return UiaCoreProviderApi.UiaReturnRawElementProvider(hwnd, wParam, lParam, el); 89return UiaCoreProviderApi.UiaClientsAreListening(); 106UiaCoreProviderApi.UiaRaiseAutomationPropertyChangedEvent(element, e.Property.Id, e.OldValue, e.NewValue); 131UiaCoreProviderApi.UiaRaiseAsyncContentLoadedEvent(provider, asyncArgs.AsyncContentLoadedState, asyncArgs.PercentComplete); 144UiaCoreProviderApi.UiaRaiseNotificationEvent(provider, 161UiaCoreProviderApi.UiaRaiseActiveTextPositionChangedEvent(provider, activeTextPositionChangedArgs.TextRange); 175UiaCoreProviderApi.UiaRaiseAutomationEvent(provider, eventId.Id); 191UiaCoreProviderApi.UiaRaiseStructureChangedEvent(provider, e.StructureChangeType, e.GetRuntimeId());