1 instantiation of ListboxItem
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
430return new ListboxItem (_hwnd, this, index);
6 references to ListboxItem
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsListBox.cs (6)
349if (ListboxItem.IsSelected(_hwnd, itemPos)) 557if (i != skipItem && ListboxItem.IsSelected(_hwnd, i)) 580for (i = 0, count = Length; i < count && !ListboxItem.IsSelected (_hwnd, i); i++) 593if (i != skipItem && ListboxItem.IsSelected (_hwnd, i)) 838if (ListboxItem.IsSelected (_hwnd, _item) && !_listBox.IsParentedByCombo()) 915return ListboxItem.IsSelected (_hwnd, _item);