2 instantiations of WindowsStatusBar
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsFormsHelpers.cs (1)
58WindowsStatusBar sb = new WindowsStatusBar(hwnd, null, 0, acc);
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
60return new WindowsStatusBar(hwnd, null, idChild, null);
3 references to WindowsStatusBar
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\Main.cs (1)
59new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.WindowsStatusBar.Create), "msctls_statusbar32"),
MS\Internal\AutomationProxies\WindowsFormsHelpers.cs (1)
58WindowsStatusBar sb = new WindowsStatusBar(hwnd, null, 0, acc);
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
84el = ((WindowsStatusBar)el).CreateStatusBarPane(idChild - 1);