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