2 writes to idCommand
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2282nativeItem.idCommand = item.idCommand; 2327nativeItem.idCommand = item.idCommand;
7 references to idCommand
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2267idCommand = item.idCommand; 2311idCommand = item.idCommand;
MS\Internal\AutomationProxies\WindowsToolbar.cs (5)
303if (Misc.ProxySendMessageInt(_hwnd, NativeMethods.TB_ISBUTTONHIDDEN, new IntPtr(tbb.idCommand), IntPtr.Zero) == 0) 310return new ToolbarItemAsMenuItem(_hwnd, this, item, tbb.idCommand, acc); 314return new ToolbarItem(_hwnd, this, item, tbb.idCommand); 630if (tbb.idCommand > 0) 632itemId = "Item " + tbb.idCommand.ToString(CultureInfo.CurrentCulture);