1 write to _elUpDown
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
34_elUpDown = new WindowsUpDown(hwndUpDown, this, 0);
14 references to _elUpDown
UIAutomationClientSideProviders (14)
MS\Internal\AutomationProxies\WindowsSpinner.cs (14)
125Rect rcUpDown = _elUpDown.BoundingRectangle; 152Rect rcUpDown = _elUpDown.BoundingRectangle; 158return _elUpDown.ElementProviderFromPoint(x, y); 173return _elUpDown.GetNextSibling(child); 181return _elUpDown.GetPreviousSibling(child); 187return _elUpDown.GetFirstChild(); 193return _elUpDown.GetLastChild(); 203((IRangeValueProvider)_elUpDown).SetValue(obj); 211return ((IRangeValueProvider)_elUpDown).Value; 219return (bool)((IRangeValueProvider)_elUpDown).IsReadOnly && 228return ((IRangeValueProvider) _elUpDown).Maximum; 236return ((IRangeValueProvider) _elUpDown).Minimum; 244return ((IRangeValueProvider)_elUpDown).SmallChange; 252return ((IRangeValueProvider)_elUpDown).LargeChange;