4 references to TB_ISBUTTONHIDDEN
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsToolbar.cs (3)
300
if (Misc.ProxySendMessageInt(_hwnd, NativeMethods.
TB_ISBUTTONHIDDEN
, new IntPtr(tbb.idCommand), IntPtr.Zero) == 0)
429
if (Misc.ProxySendMessageInt(_hwnd, NativeMethods.
TB_ISBUTTONHIDDEN
, new IntPtr(_idCommand), IntPtr.Zero) != 0)
651
if (Misc.ProxySendMessageInt(_hwnd, NativeMethods.
TB_ISBUTTONHIDDEN
, new IntPtr(_idCommand), IntPtr.Zero) != 0)
MS\Internal\AutomationProxies\WindowsToolbarItemAsMenuItem.cs (1)
80
if (Misc.ProxySendMessageInt(_hwnd, NativeMethods.
TB_ISBUTTONHIDDEN
, new IntPtr(_idCommand), IntPtr.Zero) != 0)