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