2 references to Tree
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
1645
case AutomationControlType.
Tree
: controlType = ControlType.Tree; break;
PresentationFramework (1)
src\Framework\System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (1)
30
return AutomationControlType.
Tree
;