2 references to Table
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1752
case AutomationControlType.
Table
: controlType = ControlType.Table; break;
PresentationFramework (1)
System\Windows\Automation\Peers\TableAutomationPeer.cs (1)
49
return AutomationControlType.
Table
;