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