1 write to _elUpDown
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
30_elUpDown = new WindowsUpDown(hwndUpDown, this, 0);
14 references to _elUpDown
UIAutomationClientSideProviders (14)
MS\Internal\AutomationProxies\WindowsSpinner.cs (14)
121Rect rcUpDown = _elUpDown.BoundingRectangle; 148Rect rcUpDown = _elUpDown.BoundingRectangle; 154return _elUpDown.ElementProviderFromPoint(x, y); 169return _elUpDown.GetNextSibling(child); 177return _elUpDown.GetPreviousSibling(child); 183return _elUpDown.GetFirstChild(); 189return _elUpDown.GetLastChild(); 199((IRangeValueProvider)_elUpDown).SetValue(obj); 207return ((IRangeValueProvider)_elUpDown).Value; 215return (bool)((IRangeValueProvider)_elUpDown).IsReadOnly && 224return ((IRangeValueProvider) _elUpDown).Maximum; 232return ((IRangeValueProvider) _elUpDown).Minimum; 240return ((IRangeValueProvider)_elUpDown).SmallChange; 248return ((IRangeValueProvider)_elUpDown).LargeChange;