6 references to WindowsEditBox
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
383
WindowsEditBox editBox = new
WindowsEditBox
(cbInfo.hwndItem, null, -1);
MS\Internal\AutomationProxies\WindowsEditBox.cs (2)
88
return new
WindowsEditBox
(hwnd, null, 0);
103
el = new
WindowsEditBox
(hwnd, null, 0);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
776
WindowsEditBox 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);