1 write to _elUpDown
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
31_elUpDown = new WindowsUpDown(hwndUpDown, this, 0);
14 references to _elUpDown
UIAutomationClientSideProviders (14)
MS\Internal\AutomationProxies\WindowsSpinner.cs (14)
122Rect rcUpDown = _elUpDown.BoundingRectangle; 149Rect rcUpDown = _elUpDown.BoundingRectangle; 155return _elUpDown.ElementProviderFromPoint(x, y); 170return _elUpDown.GetNextSibling(child); 178return _elUpDown.GetPreviousSibling(child); 184return _elUpDown.GetFirstChild(); 190return _elUpDown.GetLastChild(); 200((IRangeValueProvider)_elUpDown).SetValue(obj); 208return ((IRangeValueProvider)_elUpDown).Value; 216return (bool)((IRangeValueProvider)_elUpDown).IsReadOnly && 225return ((IRangeValueProvider) _elUpDown).Maximum; 233return ((IRangeValueProvider) _elUpDown).Minimum; 241return ((IRangeValueProvider)_elUpDown).SmallChange; 249return ((IRangeValueProvider)_elUpDown).LargeChange;