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