7 references to InMenuMode
UIAutomationClientsideProviders (7)
MS\Internal\AutomationProxies\Misc.cs (2)
114if (InMenuMode()) 124while (InMenuMode() && ((long)Environment.TickCount - dwTicks) < MenuTimeOut)
MS\Internal\AutomationProxies\WindowsMenu.cs (5)
1459if (Misc.InMenuMode()) 1474if (!Misc.InMenuMode() && !MenuMode(true)) 1481if (!Misc.InMenuMode()) 2287while (Misc.InMenuMode() != fInMenuMode && (dwDelta = SubtractTicks(SafeNativeMethods.GetTickCount(), dwTicks)) < WindowsMenu.TimeOut) 2299if (Misc.InMenuMode() == fSet)