2 writes to idCommand
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2293idCommand = item.idCommand, 2339idCommand = item.idCommand,
7 references to idCommand
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2278idCommand = item.idCommand; 2323idCommand = item.idCommand;
MS\Internal\AutomationProxies\WindowsToolbar.cs (5)
299if (Misc.ProxySendMessageInt(_hwnd, NativeMethods.TB_ISBUTTONHIDDEN, new IntPtr(tbb.idCommand), IntPtr.Zero) == 0) 306return new ToolbarItemAsMenuItem(_hwnd, this, item, tbb.idCommand, acc); 310return new ToolbarItem(_hwnd, this, item, tbb.idCommand); 626if (tbb.idCommand > 0) 628itemId = "Item " + tbb.idCommand.ToString(CultureInfo.CurrentCulture);