1 instantiation of ListboxItem
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
438return new ListboxItem (_hwnd, this, index);
6 references to ListboxItem
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\WindowsListBox.cs (6)
357if (ListboxItem.IsSelected(_hwnd, itemPos)) 565if (i != skipItem && ListboxItem.IsSelected(_hwnd, i)) 588for (i = 0, count = Length; i < count && !ListboxItem.IsSelected (_hwnd, i); i++) 601if (i != skipItem && ListboxItem.IsSelected (_hwnd, i)) 846if (ListboxItem.IsSelected (_hwnd, _item) && !_listBox.IsParentedByCombo()) 923return ListboxItem.IsSelected (_hwnd, _item);