6 references to ListItem
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1712
case AutomationControlType.ListItem: controlType = ControlType.
ListItem
; break;
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (2)
1255
new RoleCtrlType(AccessibleRole.ListItem, ControlType.
ListItem
),
1307
new CtrlTypePatterns(ControlType.
ListItem
, SelectionItemPattern.Pattern),
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
322
_cControlType = ControlType.
ListItem
;
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
659
_cControlType = ControlType.
ListItem
;
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
40
_cControlType = ControlType.
ListItem
;