6 references to EventSystemCaptureEnd
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\EventManager.cs (1)
355if (eventId == NativeMethods.EventSystemCaptureEnd )
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
412return new int[] { NativeMethods.EventSystemCaptureEnd, 457new WinEventTracker.EvtIdProperty (NativeMethods.EventSystemCaptureEnd, idEvent), // For SysHeaders
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
97return new WinEventTracker.EvtIdProperty[1] { new WinEventTracker.EvtIdProperty(NativeMethods.EventSystemCaptureEnd, idEvent) };
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
143return new WinEventTracker.EvtIdProperty[1] { new WinEventTracker.EvtIdProperty(NativeMethods.EventSystemCaptureEnd, idEvent) };
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
551NativeMethods.EventSystemCaptureEnd,