1 write to _elEdit
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
30
_elEdit
= new WindowsEditBox(hwndEdit, this, 0);
5 references to _elEdit
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsSpinner.cs (5)
123
Rect rcEdit =
_elEdit
.BoundingRectangle;
132
return
_elEdit
.GetElementProperty(idProp);
136
return
_elEdit
.GetElementProperty(idProp);
150
Rect rcEdit =
_elEdit
.BoundingRectangle;
217
(bool)((IValueProvider)
_elEdit
).IsReadOnly;