3 references to DataGrid
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
1650
case AutomationControlType.
DataGrid
: controlType = ControlType.DataGrid; break;
PresentationFramework (2)
src\Framework\System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
44
return AutomationControlType.
DataGrid
;
src\Framework\System\Windows\Automation\Peers\GridViewAutomationPeer.cs (1)
54
return AutomationControlType.
DataGrid
;