2 instantiations of WindowsStatusBar
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsFormsHelpers.cs (1)
64WindowsStatusBar sb = new WindowsStatusBar(hwnd, null, 0, acc);
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
71return new WindowsStatusBar(hwnd, null, idChild, null);
3 references to WindowsStatusBar
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\Main.cs (1)
67new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.WindowsStatusBar.Create), "msctls_statusbar32"),
MS\Internal\AutomationProxies\WindowsFormsHelpers.cs (1)
64WindowsStatusBar sb = new WindowsStatusBar(hwnd, null, 0, acc);
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
95el = ((WindowsStatusBar)el).CreateStatusBarPane(idChild - 1);