1 write to _elEdit
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
29
_elEdit
= new WindowsEditBox(hwndEdit, this, 0);
5 references to _elEdit
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsSpinner.cs (5)
122
Rect rcEdit =
_elEdit
.BoundingRectangle;
131
return
_elEdit
.GetElementProperty(idProp);
135
return
_elEdit
.GetElementProperty(idProp);
149
Rect rcEdit =
_elEdit
.BoundingRectangle;
216
(bool)((IValueProvider)
_elEdit
).IsReadOnly;