3 references to Group
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1731
case AutomationControlType.Group: controlType = ControlType.
Group
; break;
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsButton.cs (1)
68
_cControlType = ControlType.
Group
;
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
32
_cControlType = ControlType.
Group
;