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)
317return new ToolbarItem(_hwnd, this, item, tbb.idCommand);
3 references to ToolbarItem
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsToolbar.cs (3)
217NativeMethods.Win32Rect rc = new NativeMethods.Win32Rect (ToolbarItem.GetBoundingRectangle (_hwnd, item)); 508ToolbarItem focused = toolbar.GetFocus() as ToolbarItem;