3 references to Pane
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1737
case AutomationControlType.Pane: controlType = ControlType.
Pane
; break;
UIAutomationClient (1)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
179
return ControlType.
Pane
.Id;
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
1262
new RoleCtrlType(AccessibleRole.Pane, ControlType.
Pane
),