25 references to InvokedEvent
UIAutomationClientSideProviders (25)
MS\Internal\AutomationProxies\EventManager.cs (12)
320
AutomationInteropProvider.RaiseAutomationEvent(InvokePattern.
InvokedEvent
, el, new AutomationEventArgs(InvokePattern.
InvokedEvent
));
332
AutomationInteropProvider.RaiseAutomationEvent(InvokePattern.
InvokedEvent
, el, new AutomationEventArgs(InvokePattern.
InvokedEvent
));
344
AutomationInteropProvider.RaiseAutomationEvent(InvokePattern.
InvokedEvent
, el, new AutomationEventArgs(InvokePattern.
InvokedEvent
));
355
AutomationInteropProvider.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)
671
if (idProp == InvokePattern.
InvokedEvent
)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
431
else if (idEvent == InvokePattern.
InvokedEvent
)
MS\Internal\AutomationProxies\WindowsButton.cs (2)
180
if (idProp == InvokePattern.
InvokedEvent
)
289
if (idEvent == InvokePattern.
InvokedEvent
&& Environment.OSVersion.Version.Major >= 6)
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
71
if (idEvent == InvokePattern.
InvokedEvent
)
MS\Internal\AutomationProxies\WindowsHyperlink.cs (2)
66
if (idProp == InvokePattern.
InvokedEvent
)
127
if (idEvent == InvokePattern.
InvokedEvent
)
MS\Internal\AutomationProxies\WindowsListView.cs (2)
506
if (eventId == InvokePattern.
InvokedEvent
)
535
if (eventId == InvokePattern.
InvokedEvent
)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1115
new WinEventTracker.EvtIdProperty(NativeMethods.EventObjectInvoke, InvokePattern.
InvokedEvent
)
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
89
if (idProp == InvokePattern.
InvokedEvent
)
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
64
&& idProp == InvokePattern.
InvokedEvent
)
88
button?.DispatchEvents(NativeMethods.EventObjectInvoke, InvokePattern.
InvokedEvent
, idObject, idChild);