1 write to _elUpDown
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
44_elUpDown = new WindowsUpDown(hwndUpDown, this, 0);
14 references to _elUpDown
UIAutomationClientsideProviders (14)
MS\Internal\AutomationProxies\WindowsSpinner.cs (14)
139Rect rcUpDown = _elUpDown.BoundingRectangle; 166Rect rcUpDown = _elUpDown.BoundingRectangle; 172return _elUpDown.ElementProviderFromPoint(x, y); 187return _elUpDown.GetNextSibling(child); 195return _elUpDown.GetPreviousSibling(child); 201return _elUpDown.GetFirstChild(); 207return _elUpDown.GetLastChild(); 217((IRangeValueProvider)_elUpDown).SetValue(obj); 225return ((IRangeValueProvider)_elUpDown).Value; 233return (bool)((IRangeValueProvider)_elUpDown).IsReadOnly && 242return ((IRangeValueProvider) _elUpDown).Maximum; 250return ((IRangeValueProvider) _elUpDown).Minimum; 258return ((IRangeValueProvider)_elUpDown).SmallChange; 266return ((IRangeValueProvider)_elUpDown).LargeChange;