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)
171else if (iid == TextPattern.Pattern && _type != EditboxType.Password) 192return _type == EditboxType.Password; 408return _type == EditboxType.Multiline; 416return _type == EditboxType.Scrollable; 878if (_type == EditboxType.Password)