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