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