1 write to _type
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
37
_type
= GetEditboxtype (hwnd);
5 references to _type
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsEditBox.cs (5)
171
else if (iid == TextPattern.Pattern &&
_type
!= EditboxType.Password)
192
return
_type
== EditboxType.Password;
408
return
_type
== EditboxType.Multiline;
416
return
_type
== EditboxType.Scrollable;
878
if (
_type
== EditboxType.Password)