25 references to InvokedEvent
UIAutomationClientSideProviders (25)
MS\Internal\AutomationProxies\EventManager.cs (12)
326AutomationInteropProvider.RaiseAutomationEvent(InvokePattern.InvokedEvent, el, new AutomationEventArgs(InvokePattern.InvokedEvent)); 338AutomationInteropProvider.RaiseAutomationEvent(InvokePattern.InvokedEvent, el, new AutomationEventArgs(InvokePattern.InvokedEvent)); 350AutomationInteropProvider.RaiseAutomationEvent(InvokePattern.InvokedEvent, el, new AutomationEventArgs(InvokePattern.InvokedEvent)); 361AutomationInteropProvider.RaiseAutomationEvent(InvokePattern.InvokedEvent, el, new AutomationEventArgs(InvokePattern.InvokedEvent)); 519_objectIdWindow.Add(InvokePattern.InvokedEvent, new RaiseEvent(HandleWindowInvokedEvent)); 538_objectIdClient.Add(InvokePattern.InvokedEvent, new RaiseEvent(HandleInvokedEvent)); 553_objectIdScroll.Add(InvokePattern.InvokedEvent, new RaiseEvent(HandleScrollInvokedEvent)); 565_objectIdMenu.Add(InvokePattern.InvokedEvent, new RaiseEvent(HandleMenuItemInvokedEvent));
MS\Internal\AutomationProxies\NonClientArea.cs (1)
687if (idProp == InvokePattern.InvokedEvent)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
442else if (idEvent == InvokePattern.InvokedEvent)
MS\Internal\AutomationProxies\WindowsButton.cs (2)
185if (idProp == InvokePattern.InvokedEvent) 294if (idEvent == InvokePattern.InvokedEvent && Environment.OSVersion.Version.Major >= 6)
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
83if (idEvent == InvokePattern.InvokedEvent)
MS\Internal\AutomationProxies\WindowsHyperlink.cs (2)
69if (idProp == InvokePattern.InvokedEvent) 133if (idEvent == InvokePattern.InvokedEvent)
MS\Internal\AutomationProxies\WindowsListView.cs (2)
512if (eventId == InvokePattern.InvokedEvent) 541if (eventId == InvokePattern.InvokedEvent)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1121new WinEventTracker.EvtIdProperty(NativeMethods.EventObjectInvoke, InvokePattern.InvokedEvent)
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
96if (idProp == InvokePattern.InvokedEvent)
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
68&& idProp == InvokePattern.InvokedEvent) 94button.DispatchEvents(NativeMethods.EventObjectInvoke, InvokePattern.InvokedEvent, idObject, idChild);