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