1 write to _type
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
52
_type
= GetEditboxtype (hwnd);
5 references to _type
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\WindowsEditBox.cs (5)
190
else if (iid == TextPattern.Pattern &&
_type
!= EditboxType.Password)
211
return
_type
== EditboxType.Password;
474
return
_type
== EditboxType.Multiline;
482
return
_type
== EditboxType.Scrollable;
942
if (
_type
== EditboxType.Password)