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)
172else if (iid == TextPattern.Pattern && _type != EditboxType.Password) 193return _type == EditboxType.Password; 409return _type == EditboxType.Multiline; 417return _type == EditboxType.Scrollable; 879if (_type == EditboxType.Password)