25 references to InvokedEvent
UIAutomationClientSideProviders (25)
MS\Internal\AutomationProxies\EventManager.cs (12)
320AutomationInteropProvider.RaiseAutomationEvent(InvokePattern.InvokedEvent, el, new AutomationEventArgs(InvokePattern.InvokedEvent)); 332AutomationInteropProvider.RaiseAutomationEvent(InvokePattern.InvokedEvent, el, new AutomationEventArgs(InvokePattern.InvokedEvent)); 344AutomationInteropProvider.RaiseAutomationEvent(InvokePattern.InvokedEvent, el, new AutomationEventArgs(InvokePattern.InvokedEvent)); 355AutomationInteropProvider.RaiseAutomationEvent(InvokePattern.InvokedEvent, el, new AutomationEventArgs(InvokePattern.InvokedEvent)); 513_objectIdWindow.Add(InvokePattern.InvokedEvent, new RaiseEvent(HandleWindowInvokedEvent)); 532_objectIdClient.Add(InvokePattern.InvokedEvent, new RaiseEvent(HandleInvokedEvent)); 547_objectIdScroll.Add(InvokePattern.InvokedEvent, new RaiseEvent(HandleScrollInvokedEvent)); 559_objectIdMenu.Add(InvokePattern.InvokedEvent, new RaiseEvent(HandleMenuItemInvokedEvent));
MS\Internal\AutomationProxies\NonClientArea.cs (1)
683if (idProp == InvokePattern.InvokedEvent)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
432else if (idEvent == InvokePattern.InvokedEvent)
MS\Internal\AutomationProxies\WindowsButton.cs (2)
180if (idProp == InvokePattern.InvokedEvent) 289if (idEvent == InvokePattern.InvokedEvent && Environment.OSVersion.Version.Major >= 6)
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
74if (idEvent == InvokePattern.InvokedEvent)
MS\Internal\AutomationProxies\WindowsHyperlink.cs (2)
66if (idProp == InvokePattern.InvokedEvent) 130if (idEvent == InvokePattern.InvokedEvent)
MS\Internal\AutomationProxies\WindowsListView.cs (2)
509if (eventId == InvokePattern.InvokedEvent) 538if (eventId == InvokePattern.InvokedEvent)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1115new WinEventTracker.EvtIdProperty(NativeMethods.EventObjectInvoke, InvokePattern.InvokedEvent)
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
92if (idProp == InvokePattern.InvokedEvent)
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
64&& idProp == InvokePattern.InvokedEvent) 90button.DispatchEvents(NativeMethods.EventObjectInvoke, InvokePattern.InvokedEvent, idObject, idChild);