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)
190else if (iid == TextPattern.Pattern && _type != EditboxType.Password) 211return _type == EditboxType.Password; 474return _type == EditboxType.Multiline; 482return _type == EditboxType.Scrollable; 942if (_type == EditboxType.Password)