1 write to _type
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
38
_type
= GetEditboxtype (hwnd);
5 references to _type
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsEditBox.cs (5)
172
else if (iid == TextPattern.Pattern &&
_type
!= EditboxType.Password)
193
return
_type
== EditboxType.Password;
409
return
_type
== EditboxType.Multiline;
417
return
_type
== EditboxType.Scrollable;
879
if (
_type
== EditboxType.Password)