6 references to ListItem
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1711
case AutomationControlType.ListItem: controlType = ControlType.
ListItem
; break;
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (2)
1254
new RoleCtrlType(AccessibleRole.ListItem, ControlType.
ListItem
),
1306
new CtrlTypePatterns(ControlType.
ListItem
, SelectionItemPattern.Pattern),
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
321
_cControlType = ControlType.
ListItem
;
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
658
_cControlType = ControlType.
ListItem
;
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
39
_cControlType = ControlType.
ListItem
;