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