1 type derived from WindowsToolbar
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsToolbarAsMenu.cs (1)
18
class WindowsToolbarAsMenu :
WindowsToolbar
2 instantiations of WindowsToolbar
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsToolbar.cs (2)
70
wtv = new
WindowsToolbar
(hwnd, null, 0);
243
return new
WindowsToolbar
(_hwnd, this, focusIndex);
4 references to WindowsToolbar
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\Main.cs (1)
58
new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.
WindowsToolbar
.Create), "ToolbarWindow32", null, ClientSideProviderMatchIndicator.AllowSubstringMatch),
MS\Internal\AutomationProxies\WindowsToolbar.cs (3)
52
WindowsToolbar
wtv = null;
501
WindowsToolbar
toolbar = (
WindowsToolbar
)_parent;