3 references to DataGrid
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1731case AutomationControlType.DataGrid: controlType = ControlType.DataGrid; break;
PresentationFramework (2)
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
40return AutomationControlType.DataGrid;
System\Windows\Automation\Peers\GridViewAutomationPeer.cs (1)
46return AutomationControlType.DataGrid;