1 write to _upDownEvents
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
52_upDownEvents = new WinEventTracker.EvtIdProperty [1];
4 references to _upDownEvents
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsTab.cs (4)
53_upDownEvents[0]._evtId = NativeMethods.EventObjectValueChange; 54_upDownEvents[0]._idProp = ScrollPattern.HorizontalScrollPercentProperty; 318WinEventTracker.AddToNotificationList(upDownHwnd, new WinEventTracker.ProxyRaiseEvents(UpDownControlRaiseEvents), _upDownEvents); 335WinEventTracker.RemoveToNotificationList(upDownHwnd, _upDownEvents, null);