6 references to List
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1712
case AutomationControlType.List: controlType = ControlType.
List
; break;
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (2)
1253
new RoleCtrlType(AccessibleRole.List, ControlType.
List
),
1305
new CtrlTypePatterns(ControlType.
List
, SelectionPattern.Pattern),
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
31
_cControlType = ControlType.
List
;
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
34
_cControlType = ControlType.
List
;
MS\Internal\AutomationProxies\WindowsListView.cs (1)
76
_cControlType = ControlType.
List
;