2 instantiations of WindowsProgressBar
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsProgressbar.cs (2)
53return new WindowsProgressBar(hwnd, null, 0); 63WindowsProgressBar wtv = new WindowsProgressBar (hwnd, null, 0);
2 references to WindowsProgressBar
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\Main.cs (1)
68new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.WindowsProgressBar.Create), "msctls_progress32"),
MS\Internal\AutomationProxies\WindowsProgressbar.cs (1)
63WindowsProgressBar wtv = new WindowsProgressBar (hwnd, null, 0);