1 write to _type
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
44_type = WindowsEditBox.GetEditboxtype(hwnd);
4 references to _type
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (4)
130if (iid == TextPattern.Pattern && _type != WindowsEditBox.EditboxType.Password && IsDocument()) 150return _type == WindowsEditBox.EditboxType.Password; 479return _type == WindowsEditBox.EditboxType.Multiline; 548if (_type == WindowsEditBox.EditboxType.Password)