3 references to ListItem
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
1629case AutomationControlType.ListItem: controlType = ControlType.ListItem; break;
PresentationFramework (2)
src\Framework\System\Windows\Automation\Peers\ListBoxItemAutomationPeer.cs (1)
38return AutomationControlType.ListItem;
src\Framework\System\Windows\Automation\Peers\ListBoxItemWrapperAutomationPeer.cs (1)
37return AutomationControlType.ListItem;