2 references to StatusBar
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1733
case AutomationControlType.
StatusBar
: controlType = ControlType.StatusBar; break;
PresentationFramework (1)
System\Windows\Automation\Peers\StatusBarAutomationPeer.cs (1)
39
return AutomationControlType.
StatusBar
;