1 write to _objectIdScroll
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\EventManager.cs (1)
557_objectIdScroll = new Hashtable(3, .1f);
5 references to _objectIdScroll
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\EventManager.cs (5)
86if (_objectIdScroll == null) 90raiseEvent = (RaiseEvent)_objectIdScroll[idProp]; 558_objectIdScroll.Add(ScrollPattern.VerticalScrollPercentProperty, new RaiseEvent(HandleVerticalScrollPercentProperty)); 559_objectIdScroll.Add(ScrollPattern.HorizontalScrollPercentProperty, new RaiseEvent(HandleHorizontalScrollPercentProperty)); 560_objectIdScroll.Add(InvokePattern.InvokedEvent, new RaiseEvent(HandleScrollInvokedEvent));