6 references to List
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1724
case AutomationControlType.List: controlType = ControlType.
List
; break;
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (2)
1261
new RoleCtrlType(AccessibleRole.List, ControlType.
List
),
1313
new CtrlTypePatterns(ControlType.
List
, SelectionPattern.Pattern),
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
40
_cControlType = ControlType.
List
;
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
39
_cControlType = ControlType.
List
;
MS\Internal\AutomationProxies\WindowsListView.cs (1)
80
_cControlType = ControlType.
List
;