25 references to InvokedEvent
UIAutomationClientSideProviders (25)
MS\Internal\AutomationProxies\EventManager.cs (12)
319
AutomationInteropProvider.RaiseAutomationEvent(InvokePattern.
InvokedEvent
, el, new AutomationEventArgs(InvokePattern.
InvokedEvent
));
331
AutomationInteropProvider.RaiseAutomationEvent(InvokePattern.
InvokedEvent
, el, new AutomationEventArgs(InvokePattern.
InvokedEvent
));
343
AutomationInteropProvider.RaiseAutomationEvent(InvokePattern.
InvokedEvent
, el, new AutomationEventArgs(InvokePattern.
InvokedEvent
));
354
AutomationInteropProvider.RaiseAutomationEvent(InvokePattern.
InvokedEvent
, el, new AutomationEventArgs(InvokePattern.
InvokedEvent
));
512
_objectIdWindow.Add(InvokePattern.
InvokedEvent
, new RaiseEvent(HandleWindowInvokedEvent));
531
_objectIdClient.Add(InvokePattern.
InvokedEvent
, new RaiseEvent(HandleInvokedEvent));
546
_objectIdScroll.Add(InvokePattern.
InvokedEvent
, new RaiseEvent(HandleScrollInvokedEvent));
558
_objectIdMenu.Add(InvokePattern.
InvokedEvent
, new RaiseEvent(HandleMenuItemInvokedEvent));
MS\Internal\AutomationProxies\NonClientArea.cs (1)
670
if (idProp == InvokePattern.
InvokedEvent
)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
430
else if (idEvent == InvokePattern.
InvokedEvent
)
MS\Internal\AutomationProxies\WindowsButton.cs (2)
179
if (idProp == InvokePattern.
InvokedEvent
)
288
if (idEvent == InvokePattern.
InvokedEvent
&& Environment.OSVersion.Version.Major >= 6)
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
70
if (idEvent == InvokePattern.
InvokedEvent
)
MS\Internal\AutomationProxies\WindowsHyperlink.cs (2)
65
if (idProp == InvokePattern.
InvokedEvent
)
126
if (idEvent == InvokePattern.
InvokedEvent
)
MS\Internal\AutomationProxies\WindowsListView.cs (2)
505
if (eventId == InvokePattern.
InvokedEvent
)
534
if (eventId == InvokePattern.
InvokedEvent
)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1114
new WinEventTracker.EvtIdProperty(NativeMethods.EventObjectInvoke, InvokePattern.
InvokedEvent
)
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
88
if (idProp == InvokePattern.
InvokedEvent
)
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
63
&& idProp == InvokePattern.
InvokedEvent
)
87
button?.DispatchEvents(NativeMethods.EventObjectInvoke, InvokePattern.
InvokedEvent
, idObject, idChild);