2 references to Tree
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1739
case AutomationControlType.
Tree
: controlType = ControlType.Tree; break;
PresentationFramework (1)
System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (1)
33
return AutomationControlType.
Tree
;