6 instantiations of WindowsEditBox
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
396WindowsEditBox editBox = new WindowsEditBox(cbInfo.hwndItem, null, -1);
MS\Internal\AutomationProxies\WindowsEditBox.cs (2)
102return new WindowsEditBox(hwnd, null, 0); 117el = new WindowsEditBox(hwnd, null, 0);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
786WindowsEditBox editBox = new WindowsEditBox (hwndEdit, null, -1);
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
43_elEdit = new WindowsEditBox(hwndEdit, this, 0);
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
42_elEdit = new WindowsEditBox(hwndEdit, this, (int)0);
14 references to WindowsEditBox
UIAutomationClientsideProviders (14)
MS\Internal\AutomationProxies\Main.cs (1)
63new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.WindowsEditBox.Create), "Edit"),
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
396WindowsEditBox editBox = new WindowsEditBox(cbInfo.hwndItem, null, -1);
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (2)
44internal WindowsEditBoxRange(WindowsEditBox provider, int start, int end) 1200private WindowsEditBox _provider;
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
406string s = WindowsEditBox.Text(_hwnd);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
786WindowsEditBox editBox = new WindowsEditBox (hwndEdit, null, -1);
MS\Internal\AutomationProxies\WindowsRichEdit.cs (6)
44_type = WindowsEditBox.GetEditboxtype(hwnd); 130if (iid == TextPattern.Pattern && _type != WindowsEditBox.EditboxType.Password && IsDocument()) 150return _type == WindowsEditBox.EditboxType.Password; 479return _type == WindowsEditBox.EditboxType.Multiline; 548if (_type == WindowsEditBox.EditboxType.Password) 787private WindowsEditBox.EditboxType _type;
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
323private WindowsEditBox _elEdit;
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
455private WindowsEditBox _elEdit;