1 write to _objectIdScroll
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\EventManager.cs (1)
550_objectIdScroll = new Hashtable(3, .1f);
5 references to _objectIdScroll
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\EventManager.cs (5)
79if (_objectIdScroll == null) 83raiseEvent = (RaiseEvent)_objectIdScroll[idProp]; 551_objectIdScroll.Add(ScrollPattern.VerticalScrollPercentProperty, new RaiseEvent(HandleVerticalScrollPercentProperty)); 552_objectIdScroll.Add(ScrollPattern.HorizontalScrollPercentProperty, new RaiseEvent(HandleHorizontalScrollPercentProperty)); 553_objectIdScroll.Add(InvokePattern.InvokedEvent, new RaiseEvent(HandleScrollInvokedEvent));