1 instantiation of ListboxItem
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
426return new ListboxItem (_hwnd, this, index);
6 references to ListboxItem
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsListBox.cs (6)
345if (ListboxItem.IsSelected(_hwnd, itemPos)) 553if (i != skipItem && ListboxItem.IsSelected(_hwnd, i)) 576for (i = 0, count = Length; i < count && !ListboxItem.IsSelected (_hwnd, i); i++) 589if (i != skipItem && ListboxItem.IsSelected (_hwnd, i)) 834if (ListboxItem.IsSelected (_hwnd, _item) && !_listBox.IsParentedByCombo()) 911return ListboxItem.IsSelected (_hwnd, _item);