1 type derived from ToolbarItem
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsToolbarItemAsMenuItem.cs (1)
19class ToolbarItemAsMenuItem : ToolbarItem
1 instantiation of ToolbarItem
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
311return new ToolbarItem(_hwnd, this, item, tbb.idCommand);
3 references to ToolbarItem
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsToolbar.cs (3)
211NativeMethods.Win32Rect rc = new NativeMethods.Win32Rect (ToolbarItem.GetBoundingRectangle (_hwnd, item)); 502ToolbarItem focused = toolbar.GetFocus() as ToolbarItem;