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