3 references to StatusBar
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1722
case AutomationControlType.StatusBar: controlType = ControlType.
StatusBar
; break;
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
1274
new RoleCtrlType(AccessibleRole.StatusBar, ControlType.
StatusBar
),
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
31
_cControlType = ControlType.
StatusBar
;