2 writes to idCommand
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2290nativeItem.idCommand = item.idCommand; 2335nativeItem.idCommand = item.idCommand;
7 references to idCommand
UIAutomationClientsideProviders (7)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2275idCommand = item.idCommand; 2319idCommand = item.idCommand;
MS\Internal\AutomationProxies\WindowsToolbar.cs (5)
313if (Misc.ProxySendMessageInt(_hwnd, NativeMethods.TB_ISBUTTONHIDDEN, new IntPtr(tbb.idCommand), IntPtr.Zero) == 0) 320return new ToolbarItemAsMenuItem(_hwnd, this, item, tbb.idCommand, acc); 324return new ToolbarItem(_hwnd, this, item, tbb.idCommand); 641if (tbb.idCommand > 0) 643itemId = "Item " + tbb.idCommand.ToString(CultureInfo.CurrentCulture);