1 write to _type
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
42
_type
= GetEditboxtype (hwnd);
5 references to _type
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsEditBox.cs (5)
176
else if (iid == TextPattern.Pattern &&
_type
!= EditboxType.Password)
197
return
_type
== EditboxType.Password;
413
return
_type
== EditboxType.Multiline;
421
return
_type
== EditboxType.Scrollable;
881
if (
_type
== EditboxType.Password)