1 write to _type
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
32_type = WindowsEditBox.GetEditboxtype(hwnd);
4 references to _type
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (4)
114if (iid == TextPattern.Pattern && _type != WindowsEditBox.EditboxType.Password && IsDocument()) 134return _type == WindowsEditBox.EditboxType.Password; 435return _type == WindowsEditBox.EditboxType.Multiline; 502if (_type == WindowsEditBox.EditboxType.Password)