1 write to _objectIdScroll
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\EventManager.cs (1)
544_objectIdScroll = new Hashtable(3, .1f);
5 references to _objectIdScroll
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\EventManager.cs (5)
73if (_objectIdScroll == null) 77raiseEvent = (RaiseEvent)_objectIdScroll[idProp]; 545_objectIdScroll.Add(ScrollPattern.VerticalScrollPercentProperty, new RaiseEvent(HandleVerticalScrollPercentProperty)); 546_objectIdScroll.Add(ScrollPattern.HorizontalScrollPercentProperty, new RaiseEvent(HandleHorizontalScrollPercentProperty)); 547_objectIdScroll.Add(InvokePattern.InvokedEvent, new RaiseEvent(HandleScrollInvokedEvent));