6 instantiations of WindowsEditBox
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
379WindowsEditBox editBox = new WindowsEditBox(cbInfo.hwndItem, null, -1);
MS\Internal\AutomationProxies\WindowsEditBox.cs (2)
84return new WindowsEditBox(hwnd, null, 0); 99el = new WindowsEditBox(hwnd, null, 0);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
772WindowsEditBox editBox = new WindowsEditBox (hwndEdit, null, -1);
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
30_elEdit = new WindowsEditBox(hwndEdit, this, 0);
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
32_elEdit = new WindowsEditBox(hwndEdit, this, (int)0);
14 references to WindowsEditBox
UIAutomationClientSideProviders (14)
MS\Internal\AutomationProxies\Main.cs (1)
52new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.WindowsEditBox.Create), "Edit"),
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
379WindowsEditBox editBox = new WindowsEditBox(cbInfo.hwndItem, null, -1);
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (2)
31internal WindowsEditBoxRange(WindowsEditBox provider, int start, int end) 1175private WindowsEditBox _provider;
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
389string s = WindowsEditBox.Text(_hwnd);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
772WindowsEditBox editBox = new WindowsEditBox (hwndEdit, null, -1);
MS\Internal\AutomationProxies\WindowsRichEdit.cs (6)
32_type = WindowsEditBox.GetEditboxtype(hwnd); 114if (iid == TextPattern.Pattern && _type != WindowsEditBox.EditboxType.Password && IsDocument()) 134return _type == WindowsEditBox.EditboxType.Password; 435return _type == WindowsEditBox.EditboxType.Multiline; 502if (_type == WindowsEditBox.EditboxType.Password) 745private WindowsEditBox.EditboxType _type;
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
306private WindowsEditBox _elEdit;
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
445private WindowsEditBox _elEdit;