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