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