25 references to InvokedEvent
UIAutomationClientsideProviders (25)
MS\Internal\AutomationProxies\EventManager.cs (12)
333AutomationInteropProvider.RaiseAutomationEvent(InvokePattern.InvokedEvent, el, new AutomationEventArgs(InvokePattern.InvokedEvent)); 345AutomationInteropProvider.RaiseAutomationEvent(InvokePattern.InvokedEvent, el, new AutomationEventArgs(InvokePattern.InvokedEvent)); 357AutomationInteropProvider.RaiseAutomationEvent(InvokePattern.InvokedEvent, el, new AutomationEventArgs(InvokePattern.InvokedEvent)); 368AutomationInteropProvider.RaiseAutomationEvent(InvokePattern.InvokedEvent, el, new AutomationEventArgs(InvokePattern.InvokedEvent)); 526_objectIdWindow.Add(InvokePattern.InvokedEvent, new RaiseEvent(HandleWindowInvokedEvent)); 545_objectIdClient.Add(InvokePattern.InvokedEvent, new RaiseEvent(HandleInvokedEvent)); 560_objectIdScroll.Add(InvokePattern.InvokedEvent, new RaiseEvent(HandleScrollInvokedEvent)); 572_objectIdMenu.Add(InvokePattern.InvokedEvent, new RaiseEvent(HandleMenuItemInvokedEvent));
MS\Internal\AutomationProxies\NonClientArea.cs (1)
684if (idProp == InvokePattern.InvokedEvent)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
453else if (idEvent == InvokePattern.InvokedEvent)
MS\Internal\AutomationProxies\WindowsButton.cs (2)
196if (idProp == InvokePattern.InvokedEvent) 305if (idEvent == InvokePattern.InvokedEvent && Environment.OSVersion.Version.Major >= 6)
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
94if (idEvent == InvokePattern.InvokedEvent)
MS\Internal\AutomationProxies\WindowsHyperlink.cs (2)
75if (idProp == InvokePattern.InvokedEvent) 140if (idEvent == InvokePattern.InvokedEvent)
MS\Internal\AutomationProxies\WindowsListView.cs (2)
519if (eventId == InvokePattern.InvokedEvent) 548if (eventId == InvokePattern.InvokedEvent)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1133new WinEventTracker.EvtIdProperty(NativeMethods.EventObjectInvoke, InvokePattern.InvokedEvent)
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
105if (idProp == InvokePattern.InvokedEvent)
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
81&& idProp == InvokePattern.InvokedEvent) 107button.DispatchEvents(NativeMethods.EventObjectInvoke, InvokePattern.InvokedEvent, idObject, idChild);