7 references to InMenuMode
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\Misc.cs (2)
99if (InMenuMode()) 109while (InMenuMode() && ((long)Environment.TickCount - dwTicks) < MenuTimeOut)
MS\Internal\AutomationProxies\WindowsMenu.cs (5)
1439if (Misc.InMenuMode()) 1454if (!Misc.InMenuMode() && !MenuMode(true)) 1461if (!Misc.InMenuMode()) 2267while (Misc.InMenuMode() != fInMenuMode && (dwDelta = SubtractTicks(SafeNativeMethods.GetTickCount(), dwTicks)) < WindowsMenu.TimeOut) 2279if (Misc.InMenuMode() == fSet)