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