6 references to ListItem
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1723
case AutomationControlType.
ListItem
: controlType = ControlType.ListItem; break;
PresentationFramework (2)
System\Windows\Automation\Peers\ListBoxItemAutomationPeer.cs (1)
41
return AutomationControlType.
ListItem
;
System\Windows\Automation\Peers\ListBoxItemWrapperAutomationPeer.cs (1)
40
return AutomationControlType.
ListItem
;
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Automation\Peers\RibbonControlDataAutomationPeer.cs (1)
40
return AutomationControlType.
ListItem
;
Microsoft\Windows\Automation\Peers\RibbonGalleryItemAutomationPeer.cs (1)
81
return AutomationControlType.
ListItem
;
Microsoft\Windows\Automation\Peers\RibbonGalleryItemDataAutomationPeer.cs (1)
53
return AutomationControlType.
ListItem
;