1 write to _idCommand
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
373
_idCommand
= idCommand;
10 references to _idCommand
UIAutomationClientsideProviders (10)
MS\Internal\AutomationProxies\WindowsToolbar.cs (8)
443
if (Misc.ProxySendMessageInt(_hwnd, NativeMethods.TB_ISBUTTONHIDDEN, new IntPtr(
_idCommand
), IntPtr.Zero) != 0)
483
return Misc.ProxySendMessageInt(_hwnd, NativeMethods.TB_ISBUTTONENABLED, new IntPtr(
_idCommand
), IntPtr.Zero) != 0;
613
int len = Misc.ProxySendMessageInt(_hwnd, NativeMethods.TB_GETBUTTONTEXT, new IntPtr(
_idCommand
), IntPtr.Zero);
616
return XSendMessage.GetItemText(_hwnd, NativeMethods.TB_GETBUTTONTEXT,
_idCommand
, len);
651
return Misc.GetItemToolTipText(_hwnd, hwndToolTip,
_idCommand
);
658
|| Misc.ProxySendMessageInt(_hwnd, NativeMethods.TB_ISBUTTONENABLED, new IntPtr(
_idCommand
), IntPtr.Zero) == 0)
665
if (Misc.ProxySendMessageInt(_hwnd, NativeMethods.TB_ISBUTTONHIDDEN, new IntPtr(
_idCommand
), IntPtr.Zero) != 0)
692
if (Misc.ProxySendMessageInt(_hwnd, NativeMethods.TB_ISBUTTONCHECKED, new IntPtr(
_idCommand
), IntPtr.Zero) == 0)
MS\Internal\AutomationProxies\WindowsToolbarItemAsMenuItem.cs (2)
80
if (Misc.ProxySendMessageInt(_hwnd, NativeMethods.TB_ISBUTTONENABLED, new IntPtr(
_idCommand
), IntPtr.Zero) == 0)
86
if (Misc.ProxySendMessageInt(_hwnd, NativeMethods.TB_ISBUTTONHIDDEN, new IntPtr(
_idCommand
), IntPtr.Zero) != 0)