5 instantiations of WindowsListBox
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsComboBox.cs (4)
324
WindowsListBox listbox = new
WindowsListBox
(cbInfo.hwndList, this, 0, true);
362
WindowsListBox listbox = new
WindowsListBox
(cbInfo.hwndList, this, 0, true);
662
return new
WindowsListBox
(cbInfo.hwndList, this, (int)ComboChildren.List, true);
670
return new
WindowsListBox
(hwndList, this, (int)ComboChildren.List, true);
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
95
WindowsListBox listbox = new
WindowsListBox
(hwnd, parent, item, parentedByCombo);
17 references to WindowsListBox
UIAutomationClientSideProviders (17)
MS\Internal\AutomationProxies\Main.cs (2)
42
new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.
WindowsListBox
.Create), "ComboLBox"), // List portion of combo
43
new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.
WindowsListBox
.Create), "ListBox"),
MS\Internal\AutomationProxies\NonClientArea.cs (2)
667
ProxySimple el = (ProxySimple)
WindowsListBox
.Create(hwnd, idChild);
736
el = (ProxyFragment)
WindowsListBox
.Create(hwnd, 0);
MS\Internal\AutomationProxies\WindowsComboBox.cs (3)
277
return ((
WindowsListBox
) el).ElementProviderFromPoint (x, y);
324
WindowsListBox
listbox = new WindowsListBox(cbInfo.hwndList, this, 0, true);
362
WindowsListBox
listbox = new WindowsListBox(cbInfo.hwndList, this, 0, true);
MS\Internal\AutomationProxies\WindowsListBox.cs (10)
95
WindowsListBox
listbox = new WindowsListBox (hwnd, parent, item, parentedByCombo);
130
ProxySimple el = (ProxyHwnd)
WindowsListBox
.Create(hwnd, 0);
451
WindowsListBox
wlb = (
WindowsListBox
)
WindowsListBox
.Create(hwnd, 0);
675
_listBox = (
WindowsListBox
) parent;
726
if (((
WindowsListBox
)_parent).IsParentedByCombo())
924
System.Diagnostics.Debug.Assert (_parent is
WindowsListBox
, "Invalid Parent for a Listbox Item");
1130
if (!((
WindowsListBox
)_parent).IsParentedByCombo())
1209
private
WindowsListBox
_listBox;