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)
176else if (iid == TextPattern.Pattern && _type != EditboxType.Password) 197return _type == EditboxType.Password; 413return _type == EditboxType.Multiline; 421return _type == EditboxType.Scrollable; 881if (_type == EditboxType.Password)