1 write to _idCommand
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
359
_idCommand
= idCommand;
10 references to _idCommand
UIAutomationClientSideProviders (10)
MS\Internal\AutomationProxies\WindowsToolbar.cs (8)
429
if (Misc.ProxySendMessageInt(_hwnd, NativeMethods.TB_ISBUTTONHIDDEN, new IntPtr(
_idCommand
), IntPtr.Zero) != 0)
469
return Misc.ProxySendMessageInt(_hwnd, NativeMethods.TB_ISBUTTONENABLED, new IntPtr(
_idCommand
), IntPtr.Zero) != 0;
599
int len = Misc.ProxySendMessageInt(_hwnd, NativeMethods.TB_GETBUTTONTEXT, new IntPtr(
_idCommand
), IntPtr.Zero);
602
return XSendMessage.GetItemText(_hwnd, NativeMethods.TB_GETBUTTONTEXT,
_idCommand
, len);
637
return Misc.GetItemToolTipText(_hwnd, hwndToolTip,
_idCommand
);
644
|| Misc.ProxySendMessageInt(_hwnd, NativeMethods.TB_ISBUTTONENABLED, new IntPtr(
_idCommand
), IntPtr.Zero) == 0)
651
if (Misc.ProxySendMessageInt(_hwnd, NativeMethods.TB_ISBUTTONHIDDEN, new IntPtr(
_idCommand
), IntPtr.Zero) != 0)
678
if (Misc.ProxySendMessageInt(_hwnd, NativeMethods.TB_ISBUTTONCHECKED, new IntPtr(
_idCommand
), IntPtr.Zero) == 0)
MS\Internal\AutomationProxies\WindowsToolbarItemAsMenuItem.cs (2)
74
if (Misc.ProxySendMessageInt(_hwnd, NativeMethods.TB_ISBUTTONENABLED, new IntPtr(
_idCommand
), IntPtr.Zero) == 0)
80
if (Misc.ProxySendMessageInt(_hwnd, NativeMethods.TB_ISBUTTONHIDDEN, new IntPtr(
_idCommand
), IntPtr.Zero) != 0)