5 instantiations of WindowsListBox
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\WindowsComboBox.cs (4)
337
WindowsListBox listbox = new
WindowsListBox
(cbInfo.hwndList, this, 0, true);
375
WindowsListBox listbox = new
WindowsListBox
(cbInfo.hwndList, this, 0, true);
675
return new
WindowsListBox
(cbInfo.hwndList, this, (int)ComboChildren.List, true);
683
return new
WindowsListBox
(hwndList, this, (int)ComboChildren.List, true);
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
103
WindowsListBox listbox = new
WindowsListBox
(hwnd, parent, item, parentedByCombo);
17 references to WindowsListBox
UIAutomationClientsideProviders (17)
MS\Internal\AutomationProxies\Main.cs (2)
50
new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.
WindowsListBox
.Create), "ComboLBox"), // List portion of combo
51
new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.
WindowsListBox
.Create), "ListBox"),
MS\Internal\AutomationProxies\NonClientArea.cs (2)
664
ProxySimple el = (ProxySimple)
WindowsListBox
.Create(hwnd, idChild);
733
el = (ProxyFragment)
WindowsListBox
.Create(hwnd, 0);
MS\Internal\AutomationProxies\WindowsComboBox.cs (3)
290
return ((
WindowsListBox
) el).ElementProviderFromPoint (x, y);
337
WindowsListBox
listbox = new WindowsListBox(cbInfo.hwndList, this, 0, true);
375
WindowsListBox
listbox = new WindowsListBox(cbInfo.hwndList, this, 0, true);
MS\Internal\AutomationProxies\WindowsListBox.cs (10)
103
WindowsListBox
listbox = new WindowsListBox (hwnd, parent, item, parentedByCombo);
138
ProxySimple el = (ProxyHwnd)
WindowsListBox
.Create(hwnd, 0);
459
WindowsListBox
wlb = (
WindowsListBox
)
WindowsListBox
.Create(hwnd, 0);
683
_listBox = (
WindowsListBox
) parent;
734
if (((
WindowsListBox
)_parent).IsParentedByCombo())
932
System.Diagnostics.Debug.Assert (_parent is
WindowsListBox
, "Invalid Parent for a Listbox Item");
1138
if (!((
WindowsListBox
)_parent).IsParentedByCombo())
1217
private
WindowsListBox
_listBox;