2 instantiations of WindowsRebar
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsRebar.cs (2)
51return new WindowsRebar(hwnd, null, idChild); 59WindowsRebar wtv = new WindowsRebar (hwnd, null, -1);
2 references to WindowsRebar
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\Main.cs (1)
68new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.WindowsRebar.Create), "ReBarWindow32"),
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
59WindowsRebar wtv = new WindowsRebar (hwnd, null, -1);