6 references to EventSystemCaptureEnd
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\EventManager.cs (1)
341
if (eventId == NativeMethods.
EventSystemCaptureEnd
)
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
389
return new int[] { NativeMethods.
EventSystemCaptureEnd
,
433
new(NativeMethods.
EventSystemCaptureEnd
, idEvent), // For SysHeaders
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
72
return new WinEventTracker.EvtIdProperty[1] { new(NativeMethods.
EventSystemCaptureEnd
, idEvent) };
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
128
return new WinEventTracker.EvtIdProperty[1] { new(NativeMethods.
EventSystemCaptureEnd
, idEvent) };
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
531
NativeMethods.
EventSystemCaptureEnd
,