2 writes to idCommand
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2294idCommand = item.idCommand, 2340idCommand = item.idCommand,
7 references to idCommand
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2279idCommand = item.idCommand; 2324idCommand = item.idCommand;
MS\Internal\AutomationProxies\WindowsToolbar.cs (5)
300if (Misc.ProxySendMessageInt(_hwnd, NativeMethods.TB_ISBUTTONHIDDEN, new IntPtr(tbb.idCommand), IntPtr.Zero) == 0) 307return new ToolbarItemAsMenuItem(_hwnd, this, item, tbb.idCommand, acc); 311return new ToolbarItem(_hwnd, this, item, tbb.idCommand); 627if (tbb.idCommand > 0) 629itemId = "Item " + tbb.idCommand.ToString(CultureInfo.CurrentCulture);