6 references to EventSystemCaptureEnd
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\EventManager.cs (1)
342if (eventId == NativeMethods.EventSystemCaptureEnd )
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
391return new int[] { NativeMethods.EventSystemCaptureEnd, 436new WinEventTracker.EvtIdProperty (NativeMethods.EventSystemCaptureEnd, idEvent), // For SysHeaders
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
77return new WinEventTracker.EvtIdProperty[1] { new WinEventTracker.EvtIdProperty(NativeMethods.EventSystemCaptureEnd, idEvent) };
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
133return new WinEventTracker.EvtIdProperty[1] { new WinEventTracker.EvtIdProperty(NativeMethods.EventSystemCaptureEnd, idEvent) };
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
540NativeMethods.EventSystemCaptureEnd,