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