6 instantiations of WindowsEditBox
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
374WindowsEditBox editBox = new WindowsEditBox(cbInfo.hwndItem, null, -1);
MS\Internal\AutomationProxies\WindowsEditBox.cs (2)
83return new WindowsEditBox(hwnd, null, 0); 98el = new WindowsEditBox(hwnd, null, 0);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
771WindowsEditBox editBox = new WindowsEditBox (hwndEdit, null, -1);
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
29_elEdit = new WindowsEditBox(hwndEdit, this, 0);
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
31_elEdit = new WindowsEditBox(hwndEdit, this, (int)0);
14 references to WindowsEditBox
UIAutomationClientSideProviders (14)
MS\Internal\AutomationProxies\Main.cs (1)
51new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.WindowsEditBox.Create), "Edit"),
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
374WindowsEditBox editBox = new WindowsEditBox(cbInfo.hwndItem, null, -1);
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (2)
30internal WindowsEditBoxRange(WindowsEditBox provider, int start, int end) 1174private WindowsEditBox _provider;
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
388string s = WindowsEditBox.Text(_hwnd);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
771WindowsEditBox editBox = new WindowsEditBox (hwndEdit, null, -1);
MS\Internal\AutomationProxies\WindowsRichEdit.cs (6)
31_type = WindowsEditBox.GetEditboxtype(hwnd); 113if (iid == TextPattern.Pattern && _type != WindowsEditBox.EditboxType.Password && IsDocument()) 133return _type == WindowsEditBox.EditboxType.Password; 434return _type == WindowsEditBox.EditboxType.Multiline; 501if (_type == WindowsEditBox.EditboxType.Password) 744private WindowsEditBox.EditboxType _type;
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
305private WindowsEditBox _elEdit;
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
438private WindowsEditBox _elEdit;