1 write to _elEdit
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
43
_elEdit
= new WindowsEditBox(hwndEdit, this, 0);
5 references to _elEdit
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\WindowsSpinner.cs (5)
140
Rect rcEdit =
_elEdit
.BoundingRectangle;
149
return
_elEdit
.GetElementProperty(idProp);
153
return
_elEdit
.GetElementProperty(idProp);
167
Rect rcEdit =
_elEdit
.BoundingRectangle;
234
(bool)((IValueProvider)
_elEdit
).IsReadOnly;