1 type derived from WindowsToolbar
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsToolbarAsMenu.cs (1)
25class WindowsToolbarAsMenu : WindowsToolbar
2 instantiations of WindowsToolbar
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsToolbar.cs (2)
80wtv = new WindowsToolbar(hwnd, null, 0); 256return new WindowsToolbar(_hwnd, this, focusIndex);
4 references to WindowsToolbar
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\Main.cs (1)
69new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.WindowsToolbar.Create), "ToolbarWindow32", null, ClientSideProviderMatchIndicator.AllowSubstringMatch),
MS\Internal\AutomationProxies\WindowsToolbar.cs (3)
62WindowsToolbar wtv = null; 515WindowsToolbar toolbar = (WindowsToolbar)_parent;