3 references to TreeItem
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1729
case AutomationControlType.TreeItem: controlType = ControlType.
TreeItem
; break;
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
1260
new RoleCtrlType(AccessibleRole.OutlineItem, ControlType.
TreeItem
),
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
725
_cControlType = ControlType.
TreeItem
;