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