6 references to List
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1713
case AutomationControlType.List: controlType = ControlType.
List
; break;
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (2)
1254
new RoleCtrlType(AccessibleRole.List, ControlType.
List
),
1306
new CtrlTypePatterns(ControlType.
List
, SelectionPattern.Pattern),
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
32
_cControlType = ControlType.
List
;
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
35
_cControlType = ControlType.
List
;
MS\Internal\AutomationProxies\WindowsListView.cs (1)
77
_cControlType = ControlType.
List
;