7 references to InMenuMode
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\Misc.cs (2)
103if (InMenuMode()) 113while (InMenuMode() && ((long)Environment.TickCount - dwTicks) < MenuTimeOut)
MS\Internal\AutomationProxies\WindowsMenu.cs (5)
1444if (Misc.InMenuMode()) 1459if (!Misc.InMenuMode() && !MenuMode(true)) 1466if (!Misc.InMenuMode()) 2272while (Misc.InMenuMode() != fInMenuMode && (dwDelta = SubtractTicks(SafeNativeMethods.GetTickCount(), dwTicks)) < WindowsMenu.TimeOut) 2284if (Misc.InMenuMode() == fSet)