2 references to StatusBar
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
1639case AutomationControlType.StatusBar: controlType = ControlType.StatusBar; break;
PresentationFramework (1)
src\Framework\System\Windows\Automation\Peers\StatusBarAutomationPeer.cs (1)
36return AutomationControlType.StatusBar;