1 write to _elUpDown
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
43_elUpDown = new WindowsUpDown(hwndUpDown, this, (int)0);
10 references to _elUpDown
UIAutomationClientsideProviders (10)
MS\Internal\AutomationProxies\WinFormsSpinner.cs (10)
266Rect rcUpDown = _elUpDown.BoundingRectangle; 270return _elUpDown.ElementProviderFromPoint (x, y); 324return new WinformsSpinnerEdit(_hwnd, _elEdit._hwnd, _elUpDown._hwnd, _parent, _item); 343((IRangeValueProvider)_elUpDown).SetValue(obj); 351return ((IRangeValueProvider)_elUpDown).Value; 359return (bool)((IRangeValueProvider)_elUpDown).IsReadOnly && 368return ((IRangeValueProvider)_elUpDown).Maximum; 376return ((IRangeValueProvider)_elUpDown).Minimum; 384return ((IRangeValueProvider)_elUpDown).SmallChange; 392return ((IRangeValueProvider)_elUpDown).LargeChange;