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