1 instantiation of ListboxItem
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
423return new ListboxItem (_hwnd, this, index);
6 references to ListboxItem
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsListBox.cs (6)
342if (ListboxItem.IsSelected(_hwnd, itemPos)) 544if (i != skipItem && ListboxItem.IsSelected(_hwnd, i)) 567for (i = 0, count = Length; i < count && !ListboxItem.IsSelected (_hwnd, i); i++) 580if (i != skipItem && ListboxItem.IsSelected (_hwnd, i)) 825if (ListboxItem.IsSelected (_hwnd, _item) && !_listBox.IsParentedByCombo()) 902return ListboxItem.IsSelected (_hwnd, _item);