6 instantiations of WindowsEditBox
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
383WindowsEditBox editBox = new WindowsEditBox(cbInfo.hwndItem, null, -1);
MS\Internal\AutomationProxies\WindowsEditBox.cs (2)
88return new WindowsEditBox(hwnd, null, 0); 103el = new WindowsEditBox(hwnd, null, 0);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
776WindowsEditBox editBox = new WindowsEditBox (hwndEdit, null, -1);
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
33_elEdit = new WindowsEditBox(hwndEdit, this, 0);
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
34_elEdit = new WindowsEditBox(hwndEdit, this, (int)0);
14 references to WindowsEditBox
UIAutomationClientSideProviders (14)
MS\Internal\AutomationProxies\Main.cs (1)
55new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.WindowsEditBox.Create), "Edit"),
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
383WindowsEditBox editBox = new WindowsEditBox(cbInfo.hwndItem, null, -1);
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (2)
37internal WindowsEditBoxRange(WindowsEditBox provider, int start, int end) 1181private WindowsEditBox _provider;
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
391string s = WindowsEditBox.Text(_hwnd);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
776WindowsEditBox editBox = new WindowsEditBox (hwndEdit, null, -1);
MS\Internal\AutomationProxies\WindowsRichEdit.cs (6)
36_type = WindowsEditBox.GetEditboxtype(hwnd); 118if (iid == TextPattern.Pattern && _type != WindowsEditBox.EditboxType.Password && IsDocument()) 138return _type == WindowsEditBox.EditboxType.Password; 439return _type == WindowsEditBox.EditboxType.Multiline; 506if (_type == WindowsEditBox.EditboxType.Password) 745private WindowsEditBox.EditboxType _type;
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
309private WindowsEditBox _elEdit;
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
447private WindowsEditBox _elEdit;