2 references to Table
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
1658
case AutomationControlType.
Table
: controlType = ControlType.Table; break;
PresentationFramework (1)
src\Framework\System\Windows\Automation\Peers\TableAutomationPeer.cs (1)
50
return AutomationControlType.
Table
;