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