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