4 references to DataItem
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
1651case AutomationControlType.DataItem: controlType = ControlType.DataItem; break;
PresentationFramework (3)
src\Framework\System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
49return AutomationControlType.DataItem;
src\Framework\System\Windows\Automation\Peers\DataGridRowAutomationPeer.cs (1)
40return AutomationControlType.DataItem;
src\Framework\System\Windows\Automation\Peers\GridViewItemAutomationPeer.cs (1)
41return AutomationControlType.DataItem;