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