2 references to DataItem
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1733case AutomationControlType.DataItem: controlType = ControlType.DataItem; break;
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
35_cControlType = ControlType.DataItem;