5 references to List
Microsoft.VisualStudio.LanguageServices (1)
Utilities\AutomationDelegatingListView.cs (1)
71=> AutomationControlType.List;
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1711case AutomationControlType.List: controlType = ControlType.List; break;
PresentationFramework (2)
System\Windows\Automation\Peers\ItemsControlWrapperAutomationPeer.cs (1)
29return AutomationControlType.List;
System\Windows\Automation\Peers\SelectorAutomationPeer.cs (1)
21return AutomationControlType.List;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonGalleryAutomationPeer.cs (1)
76return AutomationControlType.List;